Html Css Color HEX #295EBF Cerulean Blue

📋 copy color: '#295EBF'

red 41 ◦ green 94 ◦ blue 191

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

Shades of Cerulean Blue #295EBF

Tints of Cerulean Blue #295EBF

RGB

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

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

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

R = 12.58%
G = 28.83%
B = 58.59%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#295EBF (or 0x295EBF) is known color: Cerulean Blue. HEX triplet: 29, 5E and BF. RGB value is (41,94,191). Sum of RGB (Red+Green+Blue) = 41+94+191=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #295EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295EBF is #D6A140. Grayscale: #585858. Windows color (decimal): -14065985 or 12541481. OLE color: 12541481.

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

Color convert

RGB 41 94 191 -
CMYK 0.79 0.51 0 0.25
HSL 218.8º 0.65% 0.45% -
HSV(B) 218.8º 0.79% 0.75% -
XYZ 14.32 12.24 50.9 -
YUV 89.21 185.44 93.61 -
System Red Green Blue C M Y K H S L
Decimal 41 94 191 0.79 0.51 0 0.25 218.8 0.65 0.45
Hex 29 5E BF 4F 33 0 19 DB 41 2D
Octal 51 136 277 117 63 0 31 333 101 55
Binary 101001 1011110 10111111 1001111 110011 0 11001 11011011 1000001 101101

Color Harmonies of #295EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295EBF

Black with #295EBF

Text Example


Text Example

White with #295EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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