Html Css Color HEX #295DD5 Cerulean Blue

📋 copy color: '#295DD5'

red 41 ◦ green 93 ◦ blue 213

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

Shades of Cerulean Blue #295DD5

Tints of Cerulean Blue #295DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 61.38%

R = 11.82%
G = 26.8%
B = 61.38%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#295DD5 (or 0x295DD5) is known color: Cerulean Blue. HEX triplet: 29, 5D and D5. RGB value is (41,93,213). Sum of RGB (Red+Green+Blue) = 41+93+213=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 213 (83.59% from 255 or 61.38% from 347); Max value from RGB is 213 - color contains mainly: blue. Hex color #295DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295DD5 is #D6A22A. Grayscale: #5A5A5A. Windows color (decimal): -14066219 or 13983017. OLE color: 13983017.

HSL color Cylindrical-coordinate representation of color #295DD5: hue angle of 221.86º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #295DD5 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 41 93 213 -
CMYK 0.81 0.56 0 0.16
HSL 221.86º 0.68% 0.5% -
HSV(B) 221.86º 0.81% 0.84% -
XYZ 16.84 13.1 64.59 -
YUV 91.13 196.77 92.24 -
System Red Green Blue C M Y K H S L
Decimal 41 93 213 0.81 0.56 0 0.16 221.86 0.68 0.5
Hex 29 5D D5 51 38 0 10 DE 44 32
Octal 51 135 325 121 70 0 20 336 104 62
Binary 101001 1011101 11010101 1010001 111000 0 10000 11011110 1000100 110010

Color Harmonies of #295DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295DD5

Black with #295DD5

Text Example


Text Example

White with #295DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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