Html Css Color HEX #224DBB Cerulean Blue

📋 copy color: '#224DBB'

red 34 ◦ green 77 ◦ blue 187

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

Shades of Cerulean Blue #224DBB

Tints of Cerulean Blue #224DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.84%

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

R = 11.41%
G = 25.84%
B = 62.75%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#224DBB (or 0x224DBB) is known color: Cerulean Blue. HEX triplet: 22, 4D and BB. RGB value is (34,77,187). Sum of RGB (Red+Green+Blue) = 34+77+187=298 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.41% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #224DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224DBB is #DDB244. Grayscale: #4C4C4C. Windows color (decimal): -14529093 or 12274978. OLE color: 12274978.

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

Color convert

RGB 34 77 187 -
CMYK 0.82 0.59 0 0.27
HSL 223.14º 0.69% 0.43% -
HSV(B) 223.14º 0.82% 0.73% -
XYZ 12.28 9.24 48.15 -
YUV 76.68 190.25 97.56 -
System Red Green Blue C M Y K H S L
Decimal 34 77 187 0.82 0.59 0 0.27 223.14 0.69 0.43
Hex 22 4D BB 52 3B 0 1B DF 45 2B
Octal 42 115 273 122 73 0 33 337 105 53
Binary 100010 1001101 10111011 1010010 111011 0 11011 11011111 1000101 101011

Color Harmonies of #224DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224DBB

Black with #224DBB

Text Example


Text Example

White with #224DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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