Html Css Color HEX #224DC7 Cerulean Blue

📋 copy color: '#224DC7'

red 34 ◦ green 77 ◦ blue 199

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

Shades of Cerulean Blue #224DC7

Tints of Cerulean Blue #224DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 64.19%

R = 10.97%
G = 24.84%
B = 64.19%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#224DC7 (or 0x224DC7) is known color: Cerulean Blue. HEX triplet: 22, 4D and C7. RGB value is (34,77,199). Sum of RGB (Red+Green+Blue) = 34+77+199=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 199 (78.12% from 255 or 64.19% from 310); Max value from RGB is 199 - color contains mainly: blue. Hex color #224DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224DC7 is #DDB238. Grayscale: #4D4D4D. Windows color (decimal): -14529081 or 13061410. OLE color: 13061410.

HSL color Cylindrical-coordinate representation of color #224DC7: hue angle of 224.36º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #224DC7 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 34 77 199 -
CMYK 0.83 0.61 0 0.22
HSL 224.36º 0.71% 0.46% -
HSV(B) 224.36º 0.83% 0.78% -
XYZ 13.62 9.77 55.2 -
YUV 78.05 196.25 96.58 -
System Red Green Blue C M Y K H S L
Decimal 34 77 199 0.83 0.61 0 0.22 224.36 0.71 0.46
Hex 22 4D C7 53 3D 0 16 E0 47 2E
Octal 42 115 307 123 75 0 26 340 107 56
Binary 100010 1001101 11000111 1010011 111101 0 10110 11100000 1000111 101110

Color Harmonies of #224DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224DC7

Black with #224DC7

Text Example


Text Example

White with #224DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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