Html Css Color HEX #295FB9 Cerulean Blue

📋 copy color: '#295FB9'

red 41 ◦ green 95 ◦ blue 185

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

Shades of Cerulean Blue #295FB9

Tints of Cerulean Blue #295FB9

RGB

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

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

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

R = 12.77%
G = 29.6%
B = 57.63%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#295FB9 (or 0x295FB9) is known color: Cerulean Blue. HEX triplet: 29, 5F and B9. RGB value is (41,95,185). Sum of RGB (Red+Green+Blue) = 41+95+185=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 185 (72.66% from 255 or 57.63% from 321); Max value from RGB is 185 - color contains mainly: blue. Hex color #295FB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295FB9 is #D6A046. Grayscale: #585858. Windows color (decimal): -14065735 or 12148521. OLE color: 12148521.

HSL color Cylindrical-coordinate representation of color #295FB9: hue angle of 217.5º 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 #295FB9 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 95 185 -
CMYK 0.78 0.49 0 0.27
HSL 217.5º 0.64% 0.44% -
HSV(B) 217.5º 0.78% 0.73% -
XYZ 13.76 12.16 47.52 -
YUV 89.11 182.11 93.68 -
System Red Green Blue C M Y K H S L
Decimal 41 95 185 0.78 0.49 0 0.27 217.5 0.64 0.44
Hex 29 5F B9 4E 31 0 1B DA 40 2C
Octal 51 137 271 116 61 0 33 332 100 54
Binary 101001 1011111 10111001 1001110 110001 0 11011 11011010 1000000 101100

Color Harmonies of #295FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295FB9

Black with #295FB9

Text Example


Text Example

White with #295FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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