Html Css Color HEX #295AB8 Cerulean Blue

📋 copy color: '#295AB8'

red 41 ◦ green 90 ◦ blue 184

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

Shades of Cerulean Blue #295AB8

Tints of Cerulean Blue #295AB8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.57%

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

R = 13.02%
G = 28.57%
B = 58.41%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#295AB8 (or 0x295AB8) is known color: Cerulean Blue. HEX triplet: 29, 5A and B8. RGB value is (41,90,184). Sum of RGB (Red+Green+Blue) = 41+90+184=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 184 (72.27% from 255 or 58.41% from 315); Max value from RGB is 184 - color contains mainly: blue. Hex color #295AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295AB8 is #D6A547. Grayscale: #555555. Windows color (decimal): -14067016 or 12081705. OLE color: 12081705.

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

Color convert

RGB 41 90 184 -
CMYK 0.78 0.51 0 0.28
HSL 219.44º 0.64% 0.44% -
HSV(B) 219.44º 0.78% 0.72% -
XYZ 13.22 11.24 46.82 -
YUV 86.07 183.27 95.86 -
System Red Green Blue C M Y K H S L
Decimal 41 90 184 0.78 0.51 0 0.28 219.44 0.64 0.44
Hex 29 5A B8 4E 33 0 1C DB 40 2C
Octal 51 132 270 116 63 0 34 333 100 54
Binary 101001 1011010 10111000 1001110 110011 0 11100 11011011 1000000 101100

Color Harmonies of #295AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295AB8

Black with #295AB8

Text Example


Text Example

White with #295AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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