Html Css Color HEX #295BCB Cerulean Blue

📋 copy color: '#295BCB'

red 41 ◦ green 91 ◦ blue 203

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

Shades of Cerulean Blue #295BCB

Tints of Cerulean Blue #295BCB

RGB

 RED value IS 41 (16.41% from 255) = 12.24%

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

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

R = 12.24%
G = 27.16%
B = 60.6%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#295BCB (or 0x295BCB) is known color: Cerulean Blue. HEX triplet: 29, 5B and CB. RGB value is (41,91,203). Sum of RGB (Red+Green+Blue) = 41+91+203=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #295BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295BCB is #D6A434. Grayscale: #585858. Windows color (decimal): -14066741 or 13327145. OLE color: 13327145.

HSL color Cylindrical-coordinate representation of color #295BCB: hue angle of 221.48º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #295BCB is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 91 203 -
CMYK 0.80 0.55 0 0.20
HSL 221.48º 0.66% 0.48% -
HSV(B) 221.48º 0.8% 0.8% -
XYZ 15.44 12.27 58.05 -
YUV 88.82 192.44 93.89 -
System Red Green Blue C M Y K H S L
Decimal 41 91 203 0.80 0.55 0 0.20 221.48 0.66 0.48
Hex 29 5B CB 50 37 0 14 DD 42 30
Octal 51 133 313 120 67 0 24 335 102 60
Binary 101001 1011011 11001011 1010000 110111 0 10100 11011101 1000010 110000

Color Harmonies of #295BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295BCB

Black with #295BCB

Text Example


Text Example

White with #295BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295BCB; }

 p { color: rgb(41,91,203); }

 H1.HeaderClassName
 {
   color: #295BCB;
 }
 .AnyTagClassName
 {
   color: #295BCB;
 }
</style>

background-color css

<style>
 a { background-color: #295BCB; }

 a { background-color: rgb(41,91,203); }

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

border-color css

<style>
 span { border-color: #295BCB; }

 span { border-color: rgb(41,91,203); }

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