Html Css Color HEX #224BBC Cerulean Blue

📋 copy color: '#224BBC'

red 34 ◦ green 75 ◦ blue 188

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

Shades of Cerulean Blue #224BBC

Tints of Cerulean Blue #224BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.3%

R = 11.45%
G = 25.25%
B = 63.3%

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

#224BBC (or 0x224BBC) is known color: Cerulean Blue. HEX triplet: 22, 4B and BC. RGB value is (34,75,188). Sum of RGB (Red+Green+Blue) = 34+75+188=297 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.45% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #224BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224BBC is #DDB443. Grayscale: #4B4B4B. Windows color (decimal): -14529604 or 12340002. OLE color: 12340002.

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

Color convert

RGB 34 75 188 -
CMYK 0.82 0.60 0 0.26
HSL 224.03º 0.69% 0.44% -
HSV(B) 224.03º 0.82% 0.74% -
XYZ 12.25 9 48.67 -
YUV 75.62 191.42 98.31 -
System Red Green Blue C M Y K H S L
Decimal 34 75 188 0.82 0.60 0 0.26 224.03 0.69 0.44
Hex 22 4B BC 52 3C 0 1A E0 45 2C
Octal 42 113 274 122 74 0 32 340 105 54
Binary 100010 1001011 10111100 1010010 111100 0 11010 11100000 1000101 101100

Color Harmonies of #224BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224BBC

Black with #224BBC

Text Example


Text Example

White with #224BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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