Html Css Color HEX #224BDC Cerulean Blue

📋 copy color: '#224BDC'

red 34 ◦ green 75 ◦ blue 220

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

Shades of Cerulean Blue #224BDC

Tints of Cerulean Blue #224BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.8%

 BLUE value IS 220 (86.33% from 255) = 66.87%

R = 10.33%
G = 22.8%
B = 66.87%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#224BDC (or 0x224BDC) is known color: Cerulean Blue. HEX triplet: 22, 4B and DC. RGB value is (34,75,220). Sum of RGB (Red+Green+Blue) = 34+75+220=329 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.33% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #224BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224BDC is #DDB423. Grayscale: #4E4E4E. Windows color (decimal): -14529572 or 14437154. OLE color: 14437154.

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

Color convert

RGB 34 75 220 -
CMYK 0.85 0.66 0 0.14
HSL 226.77º 0.73% 0.5% -
HSV(B) 226.77º 0.85% 0.86% -
XYZ 16.09 10.54 68.9 -
YUV 79.27 207.42 95.71 -
System Red Green Blue C M Y K H S L
Decimal 34 75 220 0.85 0.66 0 0.14 226.77 0.73 0.5
Hex 22 4B DC 55 42 0 E E3 49 32
Octal 42 113 334 125 102 0 16 343 111 62
Binary 100010 1001011 11011100 1010101 1000010 0 1110 11100011 1001001 110010

Color Harmonies of #224BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224BDC

Black with #224BDC

Text Example


Text Example

White with #224BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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