Html Css Color HEX #225ADC Cerulean Blue

📋 copy color: '#225ADC'

red 34 ◦ green 90 ◦ blue 220

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

Shades of Cerulean Blue #225ADC

Tints of Cerulean Blue #225ADC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.16%

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

R = 9.88%
G = 26.16%
B = 63.95%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#225ADC (or 0x225ADC) is known color: Cerulean Blue. HEX triplet: 22, 5A and DC. RGB value is (34,90,220). Sum of RGB (Red+Green+Blue) = 34+90+220=344 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.88% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #225ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225ADC is #DDA523. Grayscale: #575757. Windows color (decimal): -14525732 or 14440994. OLE color: 14440994.

HSL color Cylindrical-coordinate representation of color #225ADC: hue angle of 221.94º 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 #225ADC is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 90 220 -
CMYK 0.85 0.59 0 0.14
HSL 221.94º 0.73% 0.5% -
HSV(B) 221.94º 0.85% 0.86% -
XYZ 17.23 12.82 69.28 -
YUV 88.08 202.45 89.43 -
System Red Green Blue C M Y K H S L
Decimal 34 90 220 0.85 0.59 0 0.14 221.94 0.73 0.5
Hex 22 5A DC 55 3B 0 E DE 49 32
Octal 42 132 334 125 73 0 16 336 111 62
Binary 100010 1011010 11011100 1010101 111011 0 1110 11011110 1001001 110010

Color Harmonies of #225ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225ADC

Black with #225ADC

Text Example


Text Example

White with #225ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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