Html Css Color HEX #224DBE Cerulean Blue

📋 copy color: '#224DBE'

red 34 ◦ green 77 ◦ blue 190

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

Shades of Cerulean Blue #224DBE

Tints of Cerulean Blue #224DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.12%

R = 11.3%
G = 25.58%
B = 63.12%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#224DBE (or 0x224DBE) is known color: Cerulean Blue. HEX triplet: 22, 4D and BE. RGB value is (34,77,190). Sum of RGB (Red+Green+Blue) = 34+77+190=301 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.30% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #224DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224DBE is #DDB241. Grayscale: #4C4C4C. Windows color (decimal): -14529090 or 12471586. OLE color: 12471586.

HSL color Cylindrical-coordinate representation of color #224DBE: hue angle of 223.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #224DBE is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 34 77 190 -
CMYK 0.82 0.59 0 0.25
HSL 223.46º 0.7% 0.44% -
HSV(B) 223.46º 0.82% 0.75% -
XYZ 12.61 9.37 49.86 -
YUV 77.03 191.75 97.31 -
System Red Green Blue C M Y K H S L
Decimal 34 77 190 0.82 0.59 0 0.25 223.46 0.7 0.44
Hex 22 4D BE 52 3B 0 19 DF 46 2C
Octal 42 115 276 122 73 0 31 337 106 54
Binary 100010 1001101 10111110 1010010 111011 0 11001 11011111 1000110 101100

Color Harmonies of #224DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224DBE

Black with #224DBE

Text Example


Text Example

White with #224DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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