Html Css Color HEX #295CD6 Cerulean Blue

📋 copy color: '#295CD6'

red 41 ◦ green 92 ◦ blue 214

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

Shades of Cerulean Blue #295CD6

Tints of Cerulean Blue #295CD6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.51%

 BLUE value IS 214 (83.98% from 255) = 61.67%

R = 11.82%
G = 26.51%
B = 61.67%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#295CD6 (or 0x295CD6) is known color: Cerulean Blue. HEX triplet: 29, 5C and D6. RGB value is (41,92,214). Sum of RGB (Red+Green+Blue) = 41+92+214=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 214 (83.98% from 255 or 61.67% from 347); Max value from RGB is 214 - color contains mainly: blue. Hex color #295CD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295CD6 is #D6A329. Grayscale: #5A5A5A. Windows color (decimal): -14066474 or 14048297. OLE color: 14048297.

HSL color Cylindrical-coordinate representation of color #295CD6: hue angle of 222.31º 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 #295CD6 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 41 92 214 -
CMYK 0.81 0.57 0 0.16
HSL 222.31º 0.68% 0.5% -
HSV(B) 222.31º 0.81% 0.84% -
XYZ 16.88 12.98 65.23 -
YUV 90.66 197.6 92.58 -
System Red Green Blue C M Y K H S L
Decimal 41 92 214 0.81 0.57 0 0.16 222.31 0.68 0.5
Hex 29 5C D6 51 39 0 10 DE 44 32
Octal 51 134 326 121 71 0 20 336 104 62
Binary 101001 1011100 11010110 1010001 111001 0 10000 11011110 1000100 110010

Color Harmonies of #295CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295CD6

Black with #295CD6

Text Example


Text Example

White with #295CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,92,214); }

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

background-color css

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

 a { background-color: rgb(41,92,214); }

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

border-color css

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

 span { border-color: rgb(41,92,214); }

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