Html Css Color HEX #224DD0 Cerulean Blue

📋 copy color: '#224DD0'

red 34 ◦ green 77 ◦ blue 208

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

Shades of Cerulean Blue #224DD0

Tints of Cerulean Blue #224DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 65.2%

R = 10.66%
G = 24.14%
B = 65.2%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#224DD0 (or 0x224DD0) is known color: Cerulean Blue. HEX triplet: 22, 4D and D0. RGB value is (34,77,208). Sum of RGB (Red+Green+Blue) = 34+77+208=319 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.66% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 208 (81.64% from 255 or 65.20% from 319); Max value from RGB is 208 - color contains mainly: blue. Hex color #224DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224DD0 is #DDB22F. Grayscale: #4E4E4E. Windows color (decimal): -14529072 or 13651234. OLE color: 13651234.

HSL color Cylindrical-coordinate representation of color #224DD0: hue angle of 225.17º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #224DD0 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 34 77 208 -
CMYK 0.84 0.63 0 0.18
HSL 225.17º 0.72% 0.47% -
HSV(B) 225.17º 0.84% 0.82% -
XYZ 14.7 10.2 60.87 -
YUV 79.08 200.75 95.85 -
System Red Green Blue C M Y K H S L
Decimal 34 77 208 0.84 0.63 0 0.18 225.17 0.72 0.47
Hex 22 4D D0 54 3F 0 12 E1 48 2F
Octal 42 115 320 124 77 0 22 341 110 57
Binary 100010 1001101 11010000 1010100 111111 0 10010 11100001 1001000 101111

Color Harmonies of #224DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224DD0

Black with #224DD0

Text Example


Text Example

White with #224DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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