Html Css Color HEX #225CCB Cerulean Blue

📋 copy color: '#225CCB'

red 34 ◦ green 92 ◦ blue 203

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

Shades of Cerulean Blue #225CCB

Tints of Cerulean Blue #225CCB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.96%

 BLUE value IS 203 (79.69% from 255) = 61.7%

R = 10.33%
G = 27.96%
B = 61.7%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#225CCB (or 0x225CCB) is known color: Cerulean Blue. HEX triplet: 22, 5C and CB. RGB value is (34,92,203). Sum of RGB (Red+Green+Blue) = 34+92+203=329 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.33% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #225CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225CCB is #DDA334. Grayscale: #565656. Windows color (decimal): -14525237 or 13327394. OLE color: 13327394.

HSL color Cylindrical-coordinate representation of color #225CCB: hue angle of 219.41º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #225CCB is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 34 92 203 -
CMYK 0.83 0.55 0 0.20
HSL 219.41º 0.71% 0.46% -
HSV(B) 219.41º 0.83% 0.8% -
XYZ 15.27 12.31 58.07 -
YUV 87.31 193.28 89.97 -
System Red Green Blue C M Y K H S L
Decimal 34 92 203 0.83 0.55 0 0.20 219.41 0.71 0.46
Hex 22 5C CB 53 37 0 14 DB 47 2E
Octal 42 134 313 123 67 0 24 333 107 56
Binary 100010 1011100 11001011 1010011 110111 0 10100 11011011 1000111 101110

Color Harmonies of #225CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225CCB

Black with #225CCB

Text Example


Text Example

White with #225CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,92,203); }

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

background-color css

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

 a { background-color: rgb(34,92,203); }

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

border-color css

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

 span { border-color: rgb(34,92,203); }

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