#2270DC

Color #2270DC Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2270DC

Tints of Royal Blue #2270DC

Color information

#2270DC (or 0x2270DC) is unknown color: approx Royal Blue. HEX triplet: 22, 70 and DC. RGB value is (34,112,220). Sum of RGB (Red+Green+Blue) = 34+112+220=366 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.29% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #2270DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2270DC is #DD8F23. Grayscale: #646464. Windows color (decimal): -14520100 or 14446626. OLE color: 14446626.

HSL color Cylindrical-coordinate representation of color #2270DC: hue angle of 214.84º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2270DC is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB34112220-
CMYK0.850.4900.14
HSL214.84º73.23%49.8%-
HSV(B)214.84º84.55%86.27%-
XYZ19.3717.169.99-
YUV100.99195.1680.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 9.29%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 220 (86.33% from 255) = 60.11%
R=9.29%
G=30.60%
B=60.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal341122200.850.4900.14214.8473.2349.8
Hex2270DC55310Ed74932
Octal421603341256101632711162
Binary100010111000011011100101010111000101110110101111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2270DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2270DC; }

 p { color: rgb(34,112,220); }

 H1.HeaderClassName
 {
   color: #2270DC;
 }
 .AnyTagClassName
 {
   color: #2270DC;
 }
</style>
background-color css

<style>
 a { background-color: #2270DC; }

 a { background-color: rgb(34,112,220); }

 div.DivClassName
 {
   background-color: #2270DC;
 }
 .BgClassName
 {
   background-color: #2270DC;
 }
</style>
border-color css

<style>
 span { border-color: #2270DC; }

 span { border-color: rgb(34,112,220); }

 td.TdClassName
 {
   border-color: #2270DC;
 }
 .TagClassName
 {
   border-color: #2270DC;
 }
</style>