Html Css Color HEX #295AB9 Cerulean Blue

📋 copy color: '#295AB9'

red 41 ◦ green 90 ◦ blue 185

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

Shades of Cerulean Blue #295AB9

Tints of Cerulean Blue #295AB9

RGB

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

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

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

R = 12.97%
G = 28.48%
B = 58.54%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#295AB9 (or 0x295AB9) is known color: Cerulean Blue. HEX triplet: 29, 5A and B9. RGB value is (41,90,185). Sum of RGB (Red+Green+Blue) = 41+90+185=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 185 (72.66% from 255 or 58.54% from 316); Max value from RGB is 185 - color contains mainly: blue. Hex color #295AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295AB9 is #D6A546. Grayscale: #555555. Windows color (decimal): -14067015 or 12147241. OLE color: 12147241.

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

Color convert

RGB 41 90 185 -
CMYK 0.78 0.51 0 0.27
HSL 219.58º 0.64% 0.44% -
HSV(B) 219.58º 0.78% 0.73% -
XYZ 13.33 11.29 47.38 -
YUV 86.18 183.77 95.78 -
System Red Green Blue C M Y K H S L
Decimal 41 90 185 0.78 0.51 0 0.27 219.58 0.64 0.44
Hex 29 5A B9 4E 33 0 1B DC 40 2C
Octal 51 132 271 116 63 0 33 334 100 54
Binary 101001 1011010 10111001 1001110 110011 0 11011 11011100 1000000 101100

Color Harmonies of #295AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295AB9

Black with #295AB9

Text Example


Text Example

White with #295AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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