Html Css Color HEX #295FCD Cerulean Blue

📋 copy color: '#295FCD'

red 41 ◦ green 95 ◦ blue 205

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

Shades of Cerulean Blue #295FCD

Tints of Cerulean Blue #295FCD

RGB

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

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

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

R = 12.02%
G = 27.86%
B = 60.12%

CMYK

 C value IS 0.8

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#295FCD (or 0x295FCD) is known color: Cerulean Blue. HEX triplet: 29, 5F and CD. RGB value is (41,95,205). Sum of RGB (Red+Green+Blue) = 41+95+205=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #295FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295FCD is #D6A032. Grayscale: #5A5A5A. Windows color (decimal): -14065715 or 13459241. OLE color: 13459241.

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

Color convert

RGB 41 95 205 -
CMYK 0.8 0.54 0 0.20
HSL 220.24º 0.67% 0.48% -
HSV(B) 220.24º 0.8% 0.8% -
XYZ 16.03 13.06 59.43 -
YUV 91.39 192.11 92.06 -
System Red Green Blue C M Y K H S L
Decimal 41 95 205 0.8 0.54 0 0.20 220.24 0.67 0.48
Hex 29 5F CD 50 36 0 14 DC 43 30
Octal 51 137 315 120 66 0 24 334 103 60
Binary 101001 1011111 11001101 1010000 110110 0 10100 11011100 1000011 110000

Color Harmonies of #295FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295FCD

Black with #295FCD

Text Example


Text Example

White with #295FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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