Html Css Color HEX #295DB9 Cerulean Blue

📋 copy color: '#295DB9'

red 41 ◦ green 93 ◦ blue 185

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

Shades of Cerulean Blue #295DB9

Tints of Cerulean Blue #295DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 57.99%

R = 12.85%
G = 29.15%
B = 57.99%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#295DB9 (or 0x295DB9) is known color: Cerulean Blue. HEX triplet: 29, 5D and B9. RGB value is (41,93,185). Sum of RGB (Red+Green+Blue) = 41+93+185=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 185 (72.66% from 255 or 57.99% from 319); Max value from RGB is 185 - color contains mainly: blue. Hex color #295DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295DB9 is #D6A246. Grayscale: #575757. Windows color (decimal): -14066247 or 12148009. OLE color: 12148009.

HSL color Cylindrical-coordinate representation of color #295DB9: hue angle of 218.33º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #295DB9 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 93 185 -
CMYK 0.78 0.50 0 0.27
HSL 218.33º 0.64% 0.44% -
HSV(B) 218.33º 0.78% 0.73% -
XYZ 13.59 11.8 47.46 -
YUV 87.94 182.77 94.52 -
System Red Green Blue C M Y K H S L
Decimal 41 93 185 0.78 0.50 0 0.27 218.33 0.64 0.44
Hex 29 5D B9 4E 32 0 1B DA 40 2C
Octal 51 135 271 116 62 0 33 332 100 54
Binary 101001 1011101 10111001 1001110 110010 0 11011 11011010 1000000 101100

Color Harmonies of #295DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295DB9

Black with #295DB9

Text Example


Text Example

White with #295DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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