Html Css Color HEX #295DBC Cerulean Blue

📋 copy color: '#295DBC'

red 41 ◦ green 93 ◦ blue 188

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

Shades of Cerulean Blue #295DBC

Tints of Cerulean Blue #295DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.39%

R = 12.73%
G = 28.88%
B = 58.39%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#295DBC (or 0x295DBC) is known color: Cerulean Blue. HEX triplet: 29, 5D and BC. RGB value is (41,93,188). Sum of RGB (Red+Green+Blue) = 41+93+188=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #295DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295DBC is #D6A243. Grayscale: #575757. Windows color (decimal): -14066244 or 12344617. OLE color: 12344617.

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

Color convert

RGB 41 93 188 -
CMYK 0.78 0.51 0 0.26
HSL 218.78º 0.64% 0.45% -
HSV(B) 218.78º 0.78% 0.74% -
XYZ 13.91 11.93 49.15 -
YUV 88.28 184.27 94.28 -
System Red Green Blue C M Y K H S L
Decimal 41 93 188 0.78 0.51 0 0.26 218.78 0.64 0.45
Hex 29 5D BC 4E 33 0 1A DB 40 2D
Octal 51 135 274 116 63 0 32 333 100 55
Binary 101001 1011101 10111100 1001110 110011 0 11010 11011011 1000000 101101

Color Harmonies of #295DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295DBC

Black with #295DBC

Text Example


Text Example

White with #295DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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