Html Css Color HEX #225ADD Cerulean Blue

📋 copy color: '#225ADD'

red 34 ◦ green 90 ◦ blue 221

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

Shades of Cerulean Blue #225ADD

Tints of Cerulean Blue #225ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.06%

R = 9.86%
G = 26.09%
B = 64.06%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#225ADD (or 0x225ADD) is known color: Cerulean Blue. HEX triplet: 22, 5A and DD. RGB value is (34,90,221). Sum of RGB (Red+Green+Blue) = 34+90+221=345 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.86% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #225ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225ADD is #DDA522. Grayscale: #575757. Windows color (decimal): -14525731 or 14506530. OLE color: 14506530.

HSL color Cylindrical-coordinate representation of color #225ADD: hue angle of 222.03º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #225ADD is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 90 221 -
CMYK 0.85 0.59 0 0.13
HSL 222.03º 0.73% 0.5% -
HSV(B) 222.03º 0.85% 0.87% -
XYZ 17.37 12.87 69.98 -
YUV 88.19 202.95 89.35 -
System Red Green Blue C M Y K H S L
Decimal 34 90 221 0.85 0.59 0 0.13 222.03 0.73 0.5
Hex 22 5A DD 55 3B 0 D DE 49 32
Octal 42 132 335 125 73 0 15 336 111 62
Binary 100010 1011010 11011101 1010101 111011 0 1101 11011110 1001001 110010

Color Harmonies of #225ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225ADD

Black with #225ADD

Text Example


Text Example

White with #225ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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