Html Css Color HEX #295ABF Cerulean Blue

📋 copy color: '#295ABF'

red 41 ◦ green 90 ◦ blue 191

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

Shades of Cerulean Blue #295ABF

Tints of Cerulean Blue #295ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 59.32%

R = 12.73%
G = 27.95%
B = 59.32%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#295ABF (or 0x295ABF) is known color: Cerulean Blue. HEX triplet: 29, 5A and BF. RGB value is (41,90,191). Sum of RGB (Red+Green+Blue) = 41+90+191=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #295ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295ABF is #D6A540. Grayscale: #565656. Windows color (decimal): -14067009 or 12540457. OLE color: 12540457.

HSL color Cylindrical-coordinate representation of color #295ABF: hue angle of 220.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #295ABF is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 90 191 -
CMYK 0.79 0.53 0 0.25
HSL 220.4º 0.65% 0.45% -
HSV(B) 220.4º 0.79% 0.75% -
XYZ 13.97 11.55 50.78 -
YUV 86.86 186.77 95.29 -
System Red Green Blue C M Y K H S L
Decimal 41 90 191 0.79 0.53 0 0.25 220.4 0.65 0.45
Hex 29 5A BF 4F 35 0 19 DC 41 2D
Octal 51 132 277 117 65 0 31 334 101 55
Binary 101001 1011010 10111111 1001111 110101 0 11001 11011100 1000001 101101

Color Harmonies of #295ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295ABF

Black with #295ABF

Text Example


Text Example

White with #295ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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