Html Css Color HEX #224DBD Cerulean Blue

📋 copy color: '#224DBD'

red 34 ◦ green 77 ◦ blue 189

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

Shades of Cerulean Blue #224DBD

Tints of Cerulean Blue #224DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63%

R = 11.33%
G = 25.67%
B = 63%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#224DBD (or 0x224DBD) is known color: Cerulean Blue. HEX triplet: 22, 4D and BD. RGB value is (34,77,189). Sum of RGB (Red+Green+Blue) = 34+77+189=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 189 (74.22% from 255 or 63% from 300); Max value from RGB is 189 - color contains mainly: blue. Hex color #224DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224DBD is #DDB242. Grayscale: #4C4C4C. Windows color (decimal): -14529091 or 12406050. OLE color: 12406050.

HSL color Cylindrical-coordinate representation of color #224DBD: hue angle of 223.35º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #224DBD is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 34 77 189 -
CMYK 0.82 0.59 0 0.26
HSL 223.35º 0.7% 0.44% -
HSV(B) 223.35º 0.82% 0.74% -
XYZ 12.5 9.32 49.28 -
YUV 76.91 191.25 97.39 -
System Red Green Blue C M Y K H S L
Decimal 34 77 189 0.82 0.59 0 0.26 223.35 0.7 0.44
Hex 22 4D BD 52 3B 0 1A DF 46 2C
Octal 42 115 275 122 73 0 32 337 106 54
Binary 100010 1001101 10111101 1010010 111011 0 11010 11011111 1000110 101100

Color Harmonies of #224DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224DBD

Black with #224DBD

Text Example


Text Example

White with #224DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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