Html Css Color HEX #225BC0 Cerulean Blue

📋 copy color: '#225BC0'

red 34 ◦ green 91 ◦ blue 192

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

Shades of Cerulean Blue #225BC0

Tints of Cerulean Blue #225BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 60.57%

R = 10.73%
G = 28.71%
B = 60.57%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#225BC0 (or 0x225BC0) is known color: Cerulean Blue. HEX triplet: 22, 5B and C0. RGB value is (34,91,192). Sum of RGB (Red+Green+Blue) = 34+91+192=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 192 (75.39% from 255 or 60.57% from 317); Max value from RGB is 192 - color contains mainly: blue. Hex color #225BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225BC0 is #DDA43F. Grayscale: #555555. Windows color (decimal): -14525504 or 12606242. OLE color: 12606242.

HSL color Cylindrical-coordinate representation of color #225BC0: hue angle of 218.35º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #225BC0 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 34 91 192 -
CMYK 0.82 0.53 0 0.25
HSL 218.35º 0.7% 0.44% -
HSV(B) 218.35º 0.82% 0.75% -
XYZ 13.92 11.63 51.38 -
YUV 85.47 188.12 91.29 -
System Red Green Blue C M Y K H S L
Decimal 34 91 192 0.82 0.53 0 0.25 218.35 0.7 0.44
Hex 22 5B C0 52 35 0 19 DA 46 2C
Octal 42 133 300 122 65 0 31 332 106 54
Binary 100010 1011011 11000000 1010010 110101 0 11001 11011010 1000110 101100

Color Harmonies of #225BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225BC0

Black with #225BC0

Text Example


Text Example

White with #225BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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