Html Css Color HEX #224ADC Cerulean Blue

📋 copy color: '#224ADC'

red 34 ◦ green 74 ◦ blue 220

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

Shades of Cerulean Blue #224ADC

Tints of Cerulean Blue #224ADC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.56%

 BLUE value IS 220 (86.33% from 255) = 67.07%

R = 10.37%
G = 22.56%
B = 67.07%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#224ADC (or 0x224ADC) is known color: Cerulean Blue. HEX triplet: 22, 4A and DC. RGB value is (34,74,220). Sum of RGB (Red+Green+Blue) = 34+74+220=328 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.37% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #224ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224ADC is #DDB523. Grayscale: #4E4E4E. Windows color (decimal): -14529828 or 14436898. OLE color: 14436898.

HSL color Cylindrical-coordinate representation of color #224ADC: hue angle of 227.1º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #224ADC is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 74 220 -
CMYK 0.85 0.66 0 0.14
HSL 227.1º 0.73% 0.5% -
HSV(B) 227.1º 0.85% 0.86% -
XYZ 16.03 10.4 68.87 -
YUV 78.68 207.75 96.13 -
System Red Green Blue C M Y K H S L
Decimal 34 74 220 0.85 0.66 0 0.14 227.1 0.73 0.5
Hex 22 4A DC 55 42 0 E E3 49 32
Octal 42 112 334 125 102 0 16 343 111 62
Binary 100010 1001010 11011100 1010101 1000010 0 1110 11100011 1001001 110010

Color Harmonies of #224ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224ADC

Black with #224ADC

Text Example


Text Example

White with #224ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,74,220); }

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

background-color css

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

 a { background-color: rgb(34,74,220); }

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

border-color css

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

 span { border-color: rgb(34,74,220); }

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