Html Css Color HEX #224DCF Cerulean Blue

📋 copy color: '#224DCF'

red 34 ◦ green 77 ◦ blue 207

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

Shades of Cerulean Blue #224DCF

Tints of Cerulean Blue #224DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.09%

R = 10.69%
G = 24.21%
B = 65.09%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#224DCF (or 0x224DCF) is known color: Cerulean Blue. HEX triplet: 22, 4D and CF. RGB value is (34,77,207). Sum of RGB (Red+Green+Blue) = 34+77+207=318 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.69% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #224DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224DCF is #DDB230. Grayscale: #4E4E4E. Windows color (decimal): -14529073 or 13585698. OLE color: 13585698.

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

Color convert

RGB 34 77 207 -
CMYK 0.84 0.63 0 0.19
HSL 225.09º 0.72% 0.47% -
HSV(B) 225.09º 0.84% 0.81% -
XYZ 14.58 10.15 60.22 -
YUV 78.96 200.25 95.93 -
System Red Green Blue C M Y K H S L
Decimal 34 77 207 0.84 0.63 0 0.19 225.09 0.72 0.47
Hex 22 4D CF 54 3F 0 13 E1 48 2F
Octal 42 115 317 124 77 0 23 341 110 57
Binary 100010 1001101 11001111 1010100 111111 0 10011 11100001 1001000 101111

Color Harmonies of #224DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224DCF

Black with #224DCF

Text Example


Text Example

White with #224DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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