Html Css Color HEX #224AB9 Cerulean Blue

📋 copy color: '#224AB9'

red 34 ◦ green 74 ◦ blue 185

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

Shades of Cerulean Blue #224AB9

Tints of Cerulean Blue #224AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 63.14%

R = 11.6%
G = 25.26%
B = 63.14%

CMYK

 C value IS 0.82

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#224AB9 (or 0x224AB9) is known color: Cerulean Blue. HEX triplet: 22, 4A and B9. RGB value is (34,74,185). Sum of RGB (Red+Green+Blue) = 34+74+185=293 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.60% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 185 (72.66% from 255 or 63.14% from 293); Max value from RGB is 185 - color contains mainly: blue. Hex color #224AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224AB9 is #DDB546. Grayscale: #4A4A4A. Windows color (decimal): -14529863 or 12143138. OLE color: 12143138.

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

Color convert

RGB 34 74 185 -
CMYK 0.82 0.6 0 0.27
HSL 224.11º 0.69% 0.43% -
HSV(B) 224.11º 0.82% 0.73% -
XYZ 11.87 8.74 46.96 -
YUV 74.69 190.25 98.97 -
System Red Green Blue C M Y K H S L
Decimal 34 74 185 0.82 0.6 0 0.27 224.11 0.69 0.43
Hex 22 4A B9 52 3C 0 1B E0 45 2B
Octal 42 112 271 122 74 0 33 340 105 53
Binary 100010 1001010 10111001 1010010 111100 0 11011 11100000 1000101 101011

Color Harmonies of #224AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224AB9

Black with #224AB9

Text Example


Text Example

White with #224AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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