Html Css Color HEX #295ECC Cerulean Blue

📋 copy color: '#295ECC'

red 41 ◦ green 94 ◦ blue 204

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

Shades of Cerulean Blue #295ECC

Tints of Cerulean Blue #295ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.73%

 BLUE value IS 204 (80.08% from 255) = 60.18%

R = 12.09%
G = 27.73%
B = 60.18%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#295ECC (or 0x295ECC) is known color: Cerulean Blue. HEX triplet: 29, 5E and CC. RGB value is (41,94,204). Sum of RGB (Red+Green+Blue) = 41+94+204=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #295ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295ECC is #D6A133. Grayscale: #5A5A5A. Windows color (decimal): -14065972 or 13393449. OLE color: 13393449.

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

Color convert

RGB 41 94 204 -
CMYK 0.80 0.54 0 0.2
HSL 220.49º 0.67% 0.48% -
HSV(B) 220.49º 0.8% 0.8% -
XYZ 15.82 12.84 58.77 -
YUV 90.69 191.94 92.56 -
System Red Green Blue C M Y K H S L
Decimal 41 94 204 0.80 0.54 0 0.2 220.49 0.67 0.48
Hex 29 5E CC 50 36 0 14 DC 43 30
Octal 51 136 314 120 66 0 24 334 103 60
Binary 101001 1011110 11001100 1010000 110110 0 10100 11011100 1000011 110000

Color Harmonies of #295ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295ECC

Black with #295ECC

Text Example


Text Example

White with #295ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,94,204); }

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

background-color css

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

 a { background-color: rgb(41,94,204); }

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

border-color css

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

 span { border-color: rgb(41,94,204); }

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