Html Css Color HEX #295DBE Cerulean Blue

📋 copy color: '#295DBE'

red 41 ◦ green 93 ◦ blue 190

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

Shades of Cerulean Blue #295DBE

Tints of Cerulean Blue #295DBE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.7%

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

R = 12.65%
G = 28.7%
B = 58.64%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#295DBE (or 0x295DBE) is known color: Cerulean Blue. HEX triplet: 29, 5D and BE. RGB value is (41,93,190). Sum of RGB (Red+Green+Blue) = 41+93+190=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #295DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295DBE is #D6A241. Grayscale: #585858. Windows color (decimal): -14066242 or 12475689. OLE color: 12475689.

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

Color convert

RGB 41 93 190 -
CMYK 0.78 0.51 0 0.25
HSL 219.06º 0.65% 0.45% -
HSV(B) 219.06º 0.78% 0.75% -
XYZ 14.12 12.02 50.29 -
YUV 88.51 185.27 94.11 -
System Red Green Blue C M Y K H S L
Decimal 41 93 190 0.78 0.51 0 0.25 219.06 0.65 0.45
Hex 29 5D BE 4E 33 0 19 DB 41 2D
Octal 51 135 276 116 63 0 31 333 101 55
Binary 101001 1011101 10111110 1001110 110011 0 11001 11011011 1000001 101101

Color Harmonies of #295DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295DBE

Black with #295DBE

Text Example


Text Example

White with #295DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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