Html Css Color HEX #224DC3 Cerulean Blue

📋 copy color: '#224DC3'

red 34 ◦ green 77 ◦ blue 195

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

Shades of Cerulean Blue #224DC3

Tints of Cerulean Blue #224DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 63.73%

R = 11.11%
G = 25.16%
B = 63.73%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#224DC3 (or 0x224DC3) is known color: Cerulean Blue. HEX triplet: 22, 4D and C3. RGB value is (34,77,195). Sum of RGB (Red+Green+Blue) = 34+77+195=306 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.11% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 195 (76.56% from 255 or 63.73% from 306); Max value from RGB is 195 - color contains mainly: blue. Hex color #224DC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224DC3 is #DDB23C. Grayscale: #4D4D4D. Windows color (decimal): -14529085 or 12799266. OLE color: 12799266.

HSL color Cylindrical-coordinate representation of color #224DC3: hue angle of 223.98º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #224DC3 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 34 77 195 -
CMYK 0.83 0.61 0 0.24
HSL 223.98º 0.7% 0.45% -
HSV(B) 223.98º 0.83% 0.76% -
XYZ 13.16 9.59 52.79 -
YUV 77.6 194.25 96.91 -
System Red Green Blue C M Y K H S L
Decimal 34 77 195 0.83 0.61 0 0.24 223.98 0.7 0.45
Hex 22 4D C3 53 3D 0 18 E0 46 2D
Octal 42 115 303 123 75 0 30 340 106 55
Binary 100010 1001101 11000011 1010011 111101 0 11000 11100000 1000110 101101

Color Harmonies of #224DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224DC3

Black with #224DC3

Text Example


Text Example

White with #224DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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