Html Css Color HEX #295EB8 Cerulean Blue

📋 copy color: '#295EB8'

red 41 ◦ green 94 ◦ blue 184

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

Shades of Cerulean Blue #295EB8

Tints of Cerulean Blue #295EB8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.47%

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

R = 12.85%
G = 29.47%
B = 57.68%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#295EB8 (or 0x295EB8) is known color: Cerulean Blue. HEX triplet: 29, 5E and B8. RGB value is (41,94,184). Sum of RGB (Red+Green+Blue) = 41+94+184=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 184 (72.27% from 255 or 57.68% from 319); Max value from RGB is 184 - color contains mainly: blue. Hex color #295EB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295EB8 is #D6A147. Grayscale: #575757. Windows color (decimal): -14065992 or 12082729. OLE color: 12082729.

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

Color convert

RGB 41 94 184 -
CMYK 0.78 0.49 0 0.28
HSL 217.76º 0.64% 0.44% -
HSV(B) 217.76º 0.78% 0.72% -
XYZ 13.57 11.94 46.94 -
YUV 88.41 181.94 94.18 -
System Red Green Blue C M Y K H S L
Decimal 41 94 184 0.78 0.49 0 0.28 217.76 0.64 0.44
Hex 29 5E B8 4E 31 0 1C DA 40 2C
Octal 51 136 270 116 61 0 34 332 100 54
Binary 101001 1011110 10111000 1001110 110001 0 11100 11011010 1000000 101100

Color Harmonies of #295EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295EB8

Black with #295EB8

Text Example


Text Example

White with #295EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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