Html Css Color HEX #224CCB Cerulean Blue

📋 copy color: '#224CCB'

red 34 ◦ green 76 ◦ blue 203

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

Shades of Cerulean Blue #224CCB

Tints of Cerulean Blue #224CCB

RGB

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

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

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

R = 10.86%
G = 24.28%
B = 64.86%

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

#224CCB (or 0x224CCB) is known color: Cerulean Blue. HEX triplet: 22, 4C and CB. RGB value is (34,76,203). Sum of RGB (Red+Green+Blue) = 34+76+203=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #224CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224CCB is #DDB334. Grayscale: #4D4D4D. Windows color (decimal): -14529333 or 13323298. OLE color: 13323298.

HSL color Cylindrical-coordinate representation of color #224CCB: hue angle of 225.09º 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 #224CCB is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 34 76 203 -
CMYK 0.83 0.63 0 0.20
HSL 225.09º 0.71% 0.46% -
HSV(B) 225.09º 0.83% 0.8% -
XYZ 14.02 9.82 57.66 -
YUV 77.92 198.59 96.67 -
System Red Green Blue C M Y K H S L
Decimal 34 76 203 0.83 0.63 0 0.20 225.09 0.71 0.46
Hex 22 4C CB 53 3F 0 14 E1 47 2E
Octal 42 114 313 123 77 0 24 341 107 56
Binary 100010 1001100 11001011 1010011 111111 0 10100 11100001 1000111 101110

Color Harmonies of #224CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224CCB

Black with #224CCB

Text Example


Text Example

White with #224CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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