Html Css Color HEX #225ADA Cerulean Blue

📋 copy color: '#225ADA'

red 34 ◦ green 90 ◦ blue 218

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

Shades of Cerulean Blue #225ADA

Tints of Cerulean Blue #225ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.74%

R = 9.94%
G = 26.32%
B = 63.74%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#225ADA (or 0x225ADA) is known color: Cerulean Blue. HEX triplet: 22, 5A and DA. RGB value is (34,90,218). Sum of RGB (Red+Green+Blue) = 34+90+218=342 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.94% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #225ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225ADA is #DDA525. Grayscale: #575757. Windows color (decimal): -14525734 or 14309922. OLE color: 14309922.

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

Color convert

RGB 34 90 218 -
CMYK 0.84 0.59 0 0.15
HSL 221.74º 0.73% 0.49% -
HSV(B) 221.74º 0.84% 0.85% -
XYZ 16.97 12.71 67.89 -
YUV 87.85 201.45 89.59 -
System Red Green Blue C M Y K H S L
Decimal 34 90 218 0.84 0.59 0 0.15 221.74 0.73 0.49
Hex 22 5A DA 54 3B 0 F DE 49 31
Octal 42 132 332 124 73 0 17 336 111 61
Binary 100010 1011010 11011010 1010100 111011 0 1111 11011110 1001001 110001

Color Harmonies of #225ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225ADA

Black with #225ADA

Text Example


Text Example

White with #225ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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