Html Css Color HEX #295ACE Cerulean Blue

📋 copy color: '#295ACE'

red 41 ◦ green 90 ◦ blue 206

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

Shades of Cerulean Blue #295ACE

Tints of Cerulean Blue #295ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.71%

 BLUE value IS 206 (80.86% from 255) = 61.13%

R = 12.17%
G = 26.71%
B = 61.13%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#295ACE (or 0x295ACE) is known color: Cerulean Blue. HEX triplet: 29, 5A and CE. RGB value is (41,90,206). Sum of RGB (Red+Green+Blue) = 41+90+206=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #295ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295ACE is #D6A531. Grayscale: #585858. Windows color (decimal): -14066994 or 13523497. OLE color: 13523497.

HSL color Cylindrical-coordinate representation of color #295ACE: hue angle of 222.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #295ACE is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 90 206 -
CMYK 0.80 0.56 0 0.19
HSL 222.18º 0.67% 0.48% -
HSV(B) 222.18º 0.8% 0.81% -
XYZ 15.71 12.24 59.93 -
YUV 88.57 194.27 94.07 -
System Red Green Blue C M Y K H S L
Decimal 41 90 206 0.80 0.56 0 0.19 222.18 0.67 0.48
Hex 29 5A CE 50 38 0 13 DE 43 30
Octal 51 132 316 120 70 0 23 336 103 60
Binary 101001 1011010 11001110 1010000 111000 0 10011 11011110 1000011 110000

Color Harmonies of #295ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295ACE

Black with #295ACE

Text Example


Text Example

White with #295ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,90,206); }

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

background-color css

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

 a { background-color: rgb(41,90,206); }

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

border-color css

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

 span { border-color: rgb(41,90,206); }

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