Html Css Color HEX #295DCE Cerulean Blue

📋 copy color: '#295DCE'

red 41 ◦ green 93 ◦ blue 206

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

Shades of Cerulean Blue #295DCE

Tints of Cerulean Blue #295DCE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.35%

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

R = 12.06%
G = 27.35%
B = 60.59%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#295DCE (or 0x295DCE) is known color: Cerulean Blue. HEX triplet: 29, 5D and CE. RGB value is (41,93,206). Sum of RGB (Red+Green+Blue) = 41+93+206=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #295DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295DCE is #D6A231. Grayscale: #595959. Windows color (decimal): -14066226 or 13524265. OLE color: 13524265.

HSL color Cylindrical-coordinate representation of color #295DCE: hue angle of 221.09º 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 #295DCE is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 93 206 -
CMYK 0.80 0.55 0 0.19
HSL 221.09º 0.67% 0.48% -
HSV(B) 221.09º 0.8% 0.81% -
XYZ 15.97 12.76 60.01 -
YUV 90.33 193.27 92.81 -
System Red Green Blue C M Y K H S L
Decimal 41 93 206 0.80 0.55 0 0.19 221.09 0.67 0.48
Hex 29 5D CE 50 37 0 13 DD 43 30
Octal 51 135 316 120 67 0 23 335 103 60
Binary 101001 1011101 11001110 1010000 110111 0 10011 11011101 1000011 110000

Color Harmonies of #295DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295DCE

Black with #295DCE

Text Example


Text Example

White with #295DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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