Html Css Color HEX #224DD5 Cerulean Blue

📋 copy color: '#224DD5'

red 34 ◦ green 77 ◦ blue 213

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

Shades of Cerulean Blue #224DD5

Tints of Cerulean Blue #224DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 65.74%

R = 10.49%
G = 23.77%
B = 65.74%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#224DD5 (or 0x224DD5) is known color: Cerulean Blue. HEX triplet: 22, 4D and D5. RGB value is (34,77,213). Sum of RGB (Red+Green+Blue) = 34+77+213=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 213 (83.59% from 255 or 65.74% from 324); Max value from RGB is 213 - color contains mainly: blue. Hex color #224DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224DD5 is #DDB22A. Grayscale: #4F4F4F. Windows color (decimal): -14529067 or 13978914. OLE color: 13978914.

HSL color Cylindrical-coordinate representation of color #224DD5: hue angle of 225.59º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #224DD5 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 34 77 213 -
CMYK 0.84 0.64 0 0.16
HSL 225.59º 0.72% 0.48% -
HSV(B) 225.59º 0.84% 0.84% -
XYZ 15.32 10.45 64.16 -
YUV 79.65 203.25 95.44 -
System Red Green Blue C M Y K H S L
Decimal 34 77 213 0.84 0.64 0 0.16 225.59 0.72 0.48
Hex 22 4D D5 54 40 0 10 E2 48 30
Octal 42 115 325 124 100 0 20 342 110 60
Binary 100010 1001101 11010101 1010100 1000000 0 10000 11100010 1001000 110000

Color Harmonies of #224DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224DD5

Black with #224DD5

Text Example


Text Example

White with #224DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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