Html Css Color HEX #295FCE Cerulean Blue

📋 copy color: '#295FCE'

red 41 ◦ green 95 ◦ blue 206

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

Shades of Cerulean Blue #295FCE

Tints of Cerulean Blue #295FCE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.78%

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

R = 11.99%
G = 27.78%
B = 60.23%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#295FCE (or 0x295FCE) is known color: Cerulean Blue. HEX triplet: 29, 5F and CE. RGB value is (41,95,206). Sum of RGB (Red+Green+Blue) = 41+95+206=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #295FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295FCE is #D6A031. Grayscale: #5B5B5B. Windows color (decimal): -14065714 or 13524777. OLE color: 13524777.

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

Color convert

RGB 41 95 206 -
CMYK 0.80 0.54 0 0.19
HSL 220.36º 0.67% 0.48% -
HSV(B) 220.36º 0.8% 0.81% -
XYZ 16.15 13.11 60.07 -
YUV 91.51 192.61 91.97 -
System Red Green Blue C M Y K H S L
Decimal 41 95 206 0.80 0.54 0 0.19 220.36 0.67 0.48
Hex 29 5F CE 50 36 0 13 DC 43 30
Octal 51 137 316 120 66 0 23 334 103 60
Binary 101001 1011111 11001110 1010000 110110 0 10011 11011100 1000011 110000

Color Harmonies of #295FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295FCE

Black with #295FCE

Text Example


Text Example

White with #295FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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