Html Css Color HEX #224ABA Cerulean Blue

📋 copy color: '#224ABA'

red 34 ◦ green 74 ◦ blue 186

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

Shades of Cerulean Blue #224ABA

Tints of Cerulean Blue #224ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.27%

R = 11.56%
G = 25.17%
B = 63.27%

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

#224ABA (or 0x224ABA) is known color: Cerulean Blue. HEX triplet: 22, 4A and BA. RGB value is (34,74,186). Sum of RGB (Red+Green+Blue) = 34+74+186=294 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.56% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #224ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224ABA is #DDB545. Grayscale: #4A4A4A. Windows color (decimal): -14529862 or 12208674. OLE color: 12208674.

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

Color convert

RGB 34 74 186 -
CMYK 0.82 0.60 0 0.27
HSL 224.21º 0.69% 0.43% -
HSV(B) 224.21º 0.82% 0.73% -
XYZ 11.97 8.78 47.52 -
YUV 74.81 190.75 98.89 -
System Red Green Blue C M Y K H S L
Decimal 34 74 186 0.82 0.60 0 0.27 224.21 0.69 0.43
Hex 22 4A BA 52 3C 0 1B E0 45 2B
Octal 42 112 272 122 74 0 33 340 105 53
Binary 100010 1001010 10111010 1010010 111100 0 11011 11100000 1000101 101011

Color Harmonies of #224ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224ABA

Black with #224ABA

Text Example


Text Example

White with #224ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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