Html Css Color HEX #225BC3 Cerulean Blue

📋 copy color: '#225BC3'

red 34 ◦ green 91 ◦ blue 195

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

Shades of Cerulean Blue #225BC3

Tints of Cerulean Blue #225BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 60.94%

R = 10.63%
G = 28.44%
B = 60.94%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#225BC3 (or 0x225BC3) is known color: Cerulean Blue. HEX triplet: 22, 5B and C3. RGB value is (34,91,195). Sum of RGB (Red+Green+Blue) = 34+91+195=320 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.62% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 195 (76.56% from 255 or 60.94% from 320); Max value from RGB is 195 - color contains mainly: blue. Hex color #225BC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225BC3 is #DDA43C. Grayscale: #555555. Windows color (decimal): -14525501 or 12802850. OLE color: 12802850.

HSL color Cylindrical-coordinate representation of color #225BC3: hue angle of 218.76º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #225BC3 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 34 91 195 -
CMYK 0.83 0.53 0 0.24
HSL 218.76º 0.7% 0.45% -
HSV(B) 218.76º 0.83% 0.76% -
XYZ 14.25 11.76 53.15 -
YUV 85.81 189.62 91.04 -
System Red Green Blue C M Y K H S L
Decimal 34 91 195 0.83 0.53 0 0.24 218.76 0.7 0.45
Hex 22 5B C3 53 35 0 18 DB 46 2D
Octal 42 133 303 123 65 0 30 333 106 55
Binary 100010 1011011 11000011 1010011 110101 0 11000 11011011 1000110 101101

Color Harmonies of #225BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225BC3

Black with #225BC3

Text Example


Text Example

White with #225BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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