Html Css Color HEX #295BCE Cerulean Blue

📋 copy color: '#295BCE'

red 41 ◦ green 91 ◦ blue 206

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

Shades of Cerulean Blue #295BCE

Tints of Cerulean Blue #295BCE

RGB

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

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

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

R = 12.13%
G = 26.92%
B = 60.95%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#295BCE (or 0x295BCE) is known color: Cerulean Blue. HEX triplet: 29, 5B and CE. RGB value is (41,91,206). Sum of RGB (Red+Green+Blue) = 41+91+206=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #295BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295BCE is #D6A431. Grayscale: #585858. Windows color (decimal): -14066738 or 13523753. OLE color: 13523753.

HSL color Cylindrical-coordinate representation of color #295BCE: hue angle of 221.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #295BCE is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 91 206 -
CMYK 0.80 0.56 0 0.19
HSL 221.82º 0.67% 0.48% -
HSV(B) 221.82º 0.8% 0.81% -
XYZ 15.8 12.41 59.96 -
YUV 89.16 193.94 93.65 -
System Red Green Blue C M Y K H S L
Decimal 41 91 206 0.80 0.56 0 0.19 221.82 0.67 0.48
Hex 29 5B CE 50 38 0 13 DE 43 30
Octal 51 133 316 120 70 0 23 336 103 60
Binary 101001 1011011 11001110 1010000 111000 0 10011 11011110 1000011 110000

Color Harmonies of #295BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295BCE

Black with #295BCE

Text Example


Text Example

White with #295BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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