Html Css Color HEX #295EBA Cerulean Blue

📋 copy color: '#295EBA'

red 41 ◦ green 94 ◦ blue 186

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

Shades of Cerulean Blue #295EBA

Tints of Cerulean Blue #295EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.94%

R = 12.77%
G = 29.28%
B = 57.94%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#295EBA (or 0x295EBA) is known color: Cerulean Blue. HEX triplet: 29, 5E and BA. RGB value is (41,94,186). Sum of RGB (Red+Green+Blue) = 41+94+186=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #295EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295EBA is #D6A145. Grayscale: #585858. Windows color (decimal): -14065990 or 12213801. OLE color: 12213801.

HSL color Cylindrical-coordinate representation of color #295EBA: hue angle of 218.07º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #295EBA is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 94 186 -
CMYK 0.78 0.49 0 0.27
HSL 218.07º 0.64% 0.45% -
HSV(B) 218.07º 0.78% 0.73% -
XYZ 13.78 12.02 48.05 -
YUV 88.64 182.94 94.02 -
System Red Green Blue C M Y K H S L
Decimal 41 94 186 0.78 0.49 0 0.27 218.07 0.64 0.45
Hex 29 5E BA 4E 31 0 1B DA 40 2D
Octal 51 136 272 116 61 0 33 332 100 55
Binary 101001 1011110 10111010 1001110 110001 0 11011 11011010 1000000 101101

Color Harmonies of #295EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295EBA

Black with #295EBA

Text Example


Text Example

White with #295EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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