Html Css Color HEX #224BCB Cerulean Blue

📋 copy color: '#224BCB'

red 34 ◦ green 75 ◦ blue 203

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

Shades of Cerulean Blue #224BCB

Tints of Cerulean Blue #224BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 65.06%

R = 10.9%
G = 24.04%
B = 65.06%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#224BCB (or 0x224BCB) is known color: Cerulean Blue. HEX triplet: 22, 4B and CB. RGB value is (34,75,203). Sum of RGB (Red+Green+Blue) = 34+75+203=312 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.90% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #224BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224BCB is #DDB434. Grayscale: #4C4C4C. Windows color (decimal): -14529589 or 13323042. OLE color: 13323042.

HSL color Cylindrical-coordinate representation of color #224BCB: hue angle of 225.44º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #224BCB is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 34 75 203 -
CMYK 0.83 0.63 0 0.20
HSL 225.44º 0.71% 0.46% -
HSV(B) 225.44º 0.83% 0.8% -
XYZ 13.96 9.68 57.63 -
YUV 77.33 198.92 97.09 -
System Red Green Blue C M Y K H S L
Decimal 34 75 203 0.83 0.63 0 0.20 225.44 0.71 0.46
Hex 22 4B CB 53 3F 0 14 E1 47 2E
Octal 42 113 313 123 77 0 24 341 107 56
Binary 100010 1001011 11001011 1010011 111111 0 10100 11100001 1000111 101110

Color Harmonies of #224BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224BCB

Black with #224BCB

Text Example


Text Example

White with #224BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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