Html Css Color HEX #224BBA Cerulean Blue

📋 copy color: '#224BBA'

red 34 ◦ green 75 ◦ blue 186

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

Shades of Cerulean Blue #224BBA

Tints of Cerulean Blue #224BBA

RGB

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

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

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

R = 11.53%
G = 25.42%
B = 63.05%

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

#224BBA (or 0x224BBA) is known color: Cerulean Blue. HEX triplet: 22, 4B and BA. RGB value is (34,75,186). Sum of RGB (Red+Green+Blue) = 34+75+186=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #224BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224BBA is #DDB445. Grayscale: #4A4A4A. Windows color (decimal): -14529606 or 12208930. OLE color: 12208930.

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

Color convert

RGB 34 75 186 -
CMYK 0.82 0.60 0 0.27
HSL 223.82º 0.69% 0.43% -
HSV(B) 223.82º 0.82% 0.73% -
XYZ 12.04 8.92 47.54 -
YUV 75.4 190.42 98.47 -
System Red Green Blue C M Y K H S L
Decimal 34 75 186 0.82 0.60 0 0.27 223.82 0.69 0.43
Hex 22 4B BA 52 3C 0 1B E0 45 2B
Octal 42 113 272 122 74 0 33 340 105 53
Binary 100010 1001011 10111010 1010010 111100 0 11011 11100000 1000101 101011

Color Harmonies of #224BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224BBA

Black with #224BBA

Text Example


Text Example

White with #224BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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