Html Css Color HEX #224FD5 Cerulean Blue

📋 copy color: '#224FD5'

red 34 ◦ green 79 ◦ blue 213

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

Shades of Cerulean Blue #224FD5

Tints of Cerulean Blue #224FD5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.23%

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

R = 10.43%
G = 24.23%
B = 65.34%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#224FD5 (or 0x224FD5) is known color: Cerulean Blue. HEX triplet: 22, 4F and D5. RGB value is (34,79,213). Sum of RGB (Red+Green+Blue) = 34+79+213=326 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.43% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 213 (83.59% from 255 or 65.34% from 326); Max value from RGB is 213 - color contains mainly: blue. Hex color #224FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224FD5 is #DDB02A. Grayscale: #505050. Windows color (decimal): -14528555 or 13979426. OLE color: 13979426.

HSL color Cylindrical-coordinate representation of color #224FD5: hue angle of 224.92º 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 #224FD5 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 34 79 213 -
CMYK 0.84 0.63 0 0.16
HSL 224.92º 0.72% 0.48% -
HSV(B) 224.92º 0.84% 0.84% -
XYZ 15.47 10.74 64.21 -
YUV 80.82 202.59 94.6 -
System Red Green Blue C M Y K H S L
Decimal 34 79 213 0.84 0.63 0 0.16 224.92 0.72 0.48
Hex 22 4F D5 54 3F 0 10 E1 48 30
Octal 42 117 325 124 77 0 20 341 110 60
Binary 100010 1001111 11010101 1010100 111111 0 10000 11100001 1001000 110000

Color Harmonies of #224FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224FD5

Black with #224FD5

Text Example


Text Example

White with #224FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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