Html Css Color HEX #295FB8 Cerulean Blue

📋 copy color: '#295FB8'

red 41 ◦ green 95 ◦ blue 184

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

Shades of Cerulean Blue #295FB8

Tints of Cerulean Blue #295FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 57.5%

R = 12.81%
G = 29.69%
B = 57.5%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#295FB8 (or 0x295FB8) is known color: Cerulean Blue. HEX triplet: 29, 5F and B8. RGB value is (41,95,184). Sum of RGB (Red+Green+Blue) = 41+95+184=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 184 (72.27% from 255 or 57.5% from 320); Max value from RGB is 184 - color contains mainly: blue. Hex color #295FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295FB8 is #D6A047. Grayscale: #585858. Windows color (decimal): -14065736 or 12082985. OLE color: 12082985.

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

Color convert

RGB 41 95 184 -
CMYK 0.78 0.48 0 0.28
HSL 217.34º 0.64% 0.44% -
HSV(B) 217.34º 0.78% 0.72% -
XYZ 13.66 12.12 46.97 -
YUV 89 181.61 93.76 -
System Red Green Blue C M Y K H S L
Decimal 41 95 184 0.78 0.48 0 0.28 217.34 0.64 0.44
Hex 29 5F B8 4E 30 0 1C D9 40 2C
Octal 51 137 270 116 60 0 34 331 100 54
Binary 101001 1011111 10111000 1001110 110000 0 11100 11011001 1000000 101100

Color Harmonies of #295FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295FB8

Black with #295FB8

Text Example


Text Example

White with #295FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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