Html Css Color HEX #295ABE Cerulean Blue

📋 copy color: '#295ABE'

red 41 ◦ green 90 ◦ blue 190

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

Shades of Cerulean Blue #295ABE

Tints of Cerulean Blue #295ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.19%

R = 12.77%
G = 28.04%
B = 59.19%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#295ABE (or 0x295ABE) is known color: Cerulean Blue. HEX triplet: 29, 5A and BE. RGB value is (41,90,190). Sum of RGB (Red+Green+Blue) = 41+90+190=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #295ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295ABE is #D6A541. Grayscale: #565656. Windows color (decimal): -14067010 or 12474921. OLE color: 12474921.

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

Color convert

RGB 41 90 190 -
CMYK 0.78 0.53 0 0.25
HSL 220.27º 0.65% 0.45% -
HSV(B) 220.27º 0.78% 0.75% -
XYZ 13.86 11.5 50.2 -
YUV 86.75 186.27 95.37 -
System Red Green Blue C M Y K H S L
Decimal 41 90 190 0.78 0.53 0 0.25 220.27 0.65 0.45
Hex 29 5A BE 4E 35 0 19 DC 41 2D
Octal 51 132 276 116 65 0 31 334 101 55
Binary 101001 1011010 10111110 1001110 110101 0 11001 11011100 1000001 101101

Color Harmonies of #295ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295ABE

Black with #295ABE

Text Example


Text Example

White with #295ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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