Html Css Color HEX #295DCD Cerulean Blue

📋 copy color: '#295DCD'

red 41 ◦ green 93 ◦ blue 205

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

Shades of Cerulean Blue #295DCD

Tints of Cerulean Blue #295DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.47%

R = 12.09%
G = 27.43%
B = 60.47%

CMYK

 C value IS 0.8

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#295DCD (or 0x295DCD) is known color: Cerulean Blue. HEX triplet: 29, 5D and CD. RGB value is (41,93,205). Sum of RGB (Red+Green+Blue) = 41+93+205=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #295DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295DCD is #D6A232. Grayscale: #595959. Windows color (decimal): -14066227 or 13458729. OLE color: 13458729.

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

Color convert

RGB 41 93 205 -
CMYK 0.8 0.55 0 0.20
HSL 220.98º 0.67% 0.48% -
HSV(B) 220.98º 0.8% 0.8% -
XYZ 15.85 12.71 59.38 -
YUV 90.22 192.77 92.89 -
System Red Green Blue C M Y K H S L
Decimal 41 93 205 0.8 0.55 0 0.20 220.98 0.67 0.48
Hex 29 5D CD 50 37 0 14 DD 43 30
Octal 51 135 315 120 67 0 24 335 103 60
Binary 101001 1011101 11001101 1010000 110111 0 10100 11011101 1000011 110000

Color Harmonies of #295DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295DCD

Black with #295DCD

Text Example


Text Example

White with #295DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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