Html Css Color HEX #225BCE Cerulean Blue

📋 copy color: '#225BCE'

red 34 ◦ green 91 ◦ blue 206

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

Shades of Cerulean Blue #225BCE

Tints of Cerulean Blue #225BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.24%

R = 10.27%
G = 27.49%
B = 62.24%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#225BCE (or 0x225BCE) is known color: Cerulean Blue. HEX triplet: 22, 5B and CE. RGB value is (34,91,206). Sum of RGB (Red+Green+Blue) = 34+91+206=331 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.27% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #225BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225BCE is #DDA431. Grayscale: #565656. Windows color (decimal): -14525490 or 13523746. OLE color: 13523746.

HSL color Cylindrical-coordinate representation of color #225BCE: hue angle of 220.12º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #225BCE is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 34 91 206 -
CMYK 0.83 0.56 0 0.19
HSL 220.12º 0.72% 0.47% -
HSV(B) 220.12º 0.83% 0.81% -
XYZ 15.54 12.28 59.94 -
YUV 87.07 195.12 90.15 -
System Red Green Blue C M Y K H S L
Decimal 34 91 206 0.83 0.56 0 0.19 220.12 0.72 0.47
Hex 22 5B CE 53 38 0 13 DC 48 2F
Octal 42 133 316 123 70 0 23 334 110 57
Binary 100010 1011011 11001110 1010011 111000 0 10011 11011100 1001000 101111

Color Harmonies of #225BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225BCE

Black with #225BCE

Text Example


Text Example

White with #225BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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