Html Css Color HEX #224DDB Cerulean Blue

📋 copy color: '#224DDB'

red 34 ◦ green 77 ◦ blue 219

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

Shades of Cerulean Blue #224DDB

Tints of Cerulean Blue #224DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.33%

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

R = 10.3%
G = 23.33%
B = 66.36%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#224DDB (or 0x224DDB) is known color: Cerulean Blue. HEX triplet: 22, 4D and DB. RGB value is (34,77,219). Sum of RGB (Red+Green+Blue) = 34+77+219=330 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.30% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #224DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224DDB is #DDB224. Grayscale: #4F4F4F. Windows color (decimal): -14529061 or 14372130. OLE color: 14372130.

HSL color Cylindrical-coordinate representation of color #224DDB: hue angle of 226.05º 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 #224DDB is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 77 219 -
CMYK 0.84 0.65 0 0.14
HSL 226.05º 0.73% 0.5% -
HSV(B) 226.05º 0.84% 0.86% -
XYZ 16.1 10.76 68.25 -
YUV 80.33 206.25 94.95 -
System Red Green Blue C M Y K H S L
Decimal 34 77 219 0.84 0.65 0 0.14 226.05 0.73 0.5
Hex 22 4D DB 54 41 0 E E2 49 32
Octal 42 115 333 124 101 0 16 342 111 62
Binary 100010 1001101 11011011 1010100 1000001 0 1110 11100010 1001001 110010

Color Harmonies of #224DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224DDB

Black with #224DDB

Text Example


Text Example

White with #224DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224DDB; }

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

 H1.HeaderClassName
 {
   color: #224DDB;
 }
 .AnyTagClassName
 {
   color: #224DDB;
 }
</style>

background-color css

<style>
 a { background-color: #224DDB; }

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

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

border-color css

<style>
 span { border-color: #224DDB; }

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

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