Html Css Color HEX #2264DB Royal Blue

📋 copy color: '#2264DB'

red 34 ◦ green 100 ◦ blue 219

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

Shades of Royal Blue #2264DB

Tints of Royal Blue #2264DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.04%

R = 9.63%
G = 28.33%
B = 62.04%

CMYK

 C value IS 0.84

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2264DB (or 0x2264DB) is known color: Royal Blue. HEX triplet: 22, 64 and DB. RGB value is (34,100,219). Sum of RGB (Red+Green+Blue) = 34+100+219=353 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.63% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #2264DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2264DB is #DD9B24. Grayscale: #5D5D5D. Windows color (decimal): -14523173 or 14378018. OLE color: 14378018.

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

Color convert

RGB 34 100 219 -
CMYK 0.84 0.54 0 0.14
HSL 218.59º 0.73% 0.5% -
HSV(B) 218.59º 0.84% 0.86% -
XYZ 18 14.57 68.88 -
YUV 93.83 198.63 85.32 -
System Red Green Blue C M Y K H S L
Decimal 34 100 219 0.84 0.54 0 0.14 218.59 0.73 0.5
Hex 22 64 DB 54 36 0 E DB 49 32
Octal 42 144 333 124 66 0 16 333 111 62
Binary 100010 1100100 11011011 1010100 110110 0 1110 11011011 1001001 110010

Color Harmonies of #2264DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2264DB

Black with #2264DB

Text Example


Text Example

White with #2264DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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