Html Css Color HEX #224ABB Cerulean Blue

📋 copy color: '#224ABB'

red 34 ◦ green 74 ◦ blue 187

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

Shades of Cerulean Blue #224ABB

Tints of Cerulean Blue #224ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.08%

 BLUE value IS 187 (73.44% from 255) = 63.39%

R = 11.53%
G = 25.08%
B = 63.39%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#224ABB (or 0x224ABB) is known color: Cerulean Blue. HEX triplet: 22, 4A and BB. RGB value is (34,74,187). Sum of RGB (Red+Green+Blue) = 34+74+187=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #224ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224ABB is #DDB544. Grayscale: #4A4A4A. Windows color (decimal): -14529861 or 12274210. OLE color: 12274210.

HSL color Cylindrical-coordinate representation of color #224ABB: hue angle of 224.31º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #224ABB is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 34 74 187 -
CMYK 0.82 0.60 0 0.27
HSL 224.31º 0.69% 0.43% -
HSV(B) 224.31º 0.82% 0.73% -
XYZ 12.08 8.83 48.08 -
YUV 74.92 191.25 98.81 -
System Red Green Blue C M Y K H S L
Decimal 34 74 187 0.82 0.60 0 0.27 224.31 0.69 0.43
Hex 22 4A BB 52 3C 0 1B E0 45 2B
Octal 42 112 273 122 74 0 33 340 105 53
Binary 100010 1001010 10111011 1010010 111100 0 11011 11100000 1000101 101011

Color Harmonies of #224ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224ABB

Black with #224ABB

Text Example


Text Example

White with #224ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,74,187); }

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

background-color css

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

 a { background-color: rgb(34,74,187); }

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

border-color css

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

 span { border-color: rgb(34,74,187); }

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