Html Css Color HEX #225BDA Cerulean Blue

📋 copy color: '#225BDA'

red 34 ◦ green 91 ◦ blue 218

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

Shades of Cerulean Blue #225BDA

Tints of Cerulean Blue #225BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.53%

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

R = 9.91%
G = 26.53%
B = 63.56%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#225BDA (or 0x225BDA) is known color: Cerulean Blue. HEX triplet: 22, 5B and DA. RGB value is (34,91,218). Sum of RGB (Red+Green+Blue) = 34+91+218=343 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.91% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #225BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225BDA is #DDA425. Grayscale: #575757. Windows color (decimal): -14525478 or 14310178. OLE color: 14310178.

HSL color Cylindrical-coordinate representation of color #225BDA: hue angle of 221.41º 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 #225BDA is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 34 91 218 -
CMYK 0.84 0.58 0 0.15
HSL 221.41º 0.73% 0.49% -
HSV(B) 221.41º 0.84% 0.85% -
XYZ 17.06 12.88 67.92 -
YUV 88.44 201.12 89.17 -
System Red Green Blue C M Y K H S L
Decimal 34 91 218 0.84 0.58 0 0.15 221.41 0.73 0.49
Hex 22 5B DA 54 3A 0 F DD 49 31
Octal 42 133 332 124 72 0 17 335 111 61
Binary 100010 1011011 11011010 1010100 111010 0 1111 11011101 1001001 110001

Color Harmonies of #225BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225BDA

Black with #225BDA

Text Example


Text Example

White with #225BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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