Html Css Color HEX #295AD9 Cerulean Blue

📋 copy color: '#295AD9'

red 41 ◦ green 90 ◦ blue 217

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

Shades of Cerulean Blue #295AD9

Tints of Cerulean Blue #295AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 62.36%

R = 11.78%
G = 25.86%
B = 62.36%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#295AD9 (or 0x295AD9) is known color: Cerulean Blue. HEX triplet: 29, 5A and D9. RGB value is (41,90,217). Sum of RGB (Red+Green+Blue) = 41+90+217=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 217 (85.16% from 255 or 62.36% from 348); Max value from RGB is 217 - color contains mainly: blue. Hex color #295AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295AD9 is #D6A526. Grayscale: #595959. Windows color (decimal): -14066983 or 14244393. OLE color: 14244393.

HSL color Cylindrical-coordinate representation of color #295AD9: hue angle of 223.3º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #295AD9 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 90 217 -
CMYK 0.81 0.59 0 0.15
HSL 223.3º 0.7% 0.51% -
HSV(B) 223.3º 0.81% 0.85% -
XYZ 17.1 12.79 67.21 -
YUV 89.83 199.77 93.17 -
System Red Green Blue C M Y K H S L
Decimal 41 90 217 0.81 0.59 0 0.15 223.3 0.7 0.51
Hex 29 5A D9 51 3B 0 F DF 46 33
Octal 51 132 331 121 73 0 17 337 106 63
Binary 101001 1011010 11011001 1010001 111011 0 1111 11011111 1000110 110011

Color Harmonies of #295AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295AD9

Black with #295AD9

Text Example


Text Example

White with #295AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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