Html Css Color HEX #2264DD Royal Blue

📋 copy color: '#2264DD'

red 34 ◦ green 100 ◦ blue 221

#2264DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #2264DD

Tints of Royal Blue #2264DD

RGB

 RED value IS 34 (13.67% from 255) = 9.58%

 GREEN value IS 100 (39.45% from 255) = 28.17%

 BLUE value IS 221 (86.72% from 255) = 62.25%

R = 9.58%
G = 28.17%
B = 62.25%

CMYK

 C value IS 0.85

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2264DD (or 0x2264DD) is known color: Royal Blue. HEX triplet: 22, 64 and DD. RGB value is (34,100,221). Sum of RGB (Red+Green+Blue) = 34+100+221=355 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.58% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #2264DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2264DD is #DD9B22. Grayscale: #5D5D5D. Windows color (decimal): -14523171 or 14509090. OLE color: 14509090.

HSL color Cylindrical-coordinate representation of color #2264DD: hue angle of 218.82º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2264DD is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 100 221 -
CMYK 0.85 0.55 0 0.13
HSL 218.82º 0.73% 0.5% -
HSV(B) 218.82º 0.85% 0.87% -
XYZ 18.27 14.67 70.28 -
YUV 94.06 199.63 85.16 -
System Red Green Blue C M Y K H S L
Decimal 34 100 221 0.85 0.55 0 0.13 218.82 0.73 0.5
Hex 22 64 DD 55 37 0 D DB 49 32
Octal 42 144 335 125 67 0 15 333 111 62
Binary 100010 1100100 11011101 1010101 110111 0 1101 11011011 1001001 110010

Color Harmonies of #2264DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2264DD

Black with #2264DD

Text Example


Text Example

White with #2264DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2264DD; }

 p { color: rgb(34,100,221); }

 H1.HeaderClassName
 {
   color: #2264DD;
 }
 .AnyTagClassName
 {
   color: #2264DD;
 }
</style>

background-color css

<style>
 a { background-color: #2264DD; }

 a { background-color: rgb(34,100,221); }

 div.DivClassName
 {
   background-color: #2264DD;
 }
 .BgClassName
 {
   background-color: #2264DD;
 }
</style>

border-color css

<style>
 span { border-color: #2264DD; }

 span { border-color: rgb(34,100,221); }

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