Html Css Color HEX #224CBD Cerulean Blue

📋 copy color: '#224CBD'

red 34 ◦ green 76 ◦ blue 189

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

Shades of Cerulean Blue #224CBD

Tints of Cerulean Blue #224CBD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.42%

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

R = 11.37%
G = 25.42%
B = 63.21%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#224CBD (or 0x224CBD) is known color: Cerulean Blue. HEX triplet: 22, 4C and BD. RGB value is (34,76,189). Sum of RGB (Red+Green+Blue) = 34+76+189=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #224CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224CBD is #DDB342. Grayscale: #4B4B4B. Windows color (decimal): -14529347 or 12405794. OLE color: 12405794.

HSL color Cylindrical-coordinate representation of color #224CBD: hue angle of 223.74º 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 #224CBD is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 34 76 189 -
CMYK 0.82 0.60 0 0.26
HSL 223.74º 0.7% 0.44% -
HSV(B) 223.74º 0.82% 0.74% -
XYZ 12.43 9.18 49.26 -
YUV 76.32 191.59 97.81 -
System Red Green Blue C M Y K H S L
Decimal 34 76 189 0.82 0.60 0 0.26 223.74 0.7 0.44
Hex 22 4C BD 52 3C 0 1A E0 46 2C
Octal 42 114 275 122 74 0 32 340 106 54
Binary 100010 1001100 10111101 1010010 111100 0 11010 11100000 1000110 101100

Color Harmonies of #224CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224CBD

Black with #224CBD

Text Example


Text Example

White with #224CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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