Html Css Color HEX #295CCE Cerulean Blue

📋 copy color: '#295CCE'

red 41 ◦ green 92 ◦ blue 206

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

Shades of Cerulean Blue #295CCE

Tints of Cerulean Blue #295CCE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.14%

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

R = 12.09%
G = 27.14%
B = 60.77%

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

#295CCE (or 0x295CCE) is known color: Cerulean Blue. HEX triplet: 29, 5C and CE. RGB value is (41,92,206). Sum of RGB (Red+Green+Blue) = 41+92+206=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #295CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295CCE is #D6A331. Grayscale: #595959. Windows color (decimal): -14066482 or 13524009. OLE color: 13524009.

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

Color convert

RGB 41 92 206 -
CMYK 0.80 0.55 0 0.19
HSL 221.45º 0.67% 0.48% -
HSV(B) 221.45º 0.8% 0.81% -
XYZ 15.88 12.58 59.98 -
YUV 89.75 193.6 93.23 -
System Red Green Blue C M Y K H S L
Decimal 41 92 206 0.80 0.55 0 0.19 221.45 0.67 0.48
Hex 29 5C CE 50 37 0 13 DD 43 30
Octal 51 134 316 120 67 0 23 335 103 60
Binary 101001 1011100 11001110 1010000 110111 0 10011 11011101 1000011 110000

Color Harmonies of #295CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295CCE

Black with #295CCE

Text Example


Text Example

White with #295CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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