Html Css Color HEX #295FD5 Cerulean Blue

📋 copy color: '#295FD5'

red 41 ◦ green 95 ◦ blue 213

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

Shades of Cerulean Blue #295FD5

Tints of Cerulean Blue #295FD5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.22%

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

R = 11.75%
G = 27.22%
B = 61.03%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#295FD5 (or 0x295FD5) is known color: Cerulean Blue. HEX triplet: 29, 5F and D5. RGB value is (41,95,213). Sum of RGB (Red+Green+Blue) = 41+95+213=349 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.75% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 213 (83.59% from 255 or 61.03% from 349); Max value from RGB is 213 - color contains mainly: blue. Hex color #295FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295FD5 is #D6A02A. Grayscale: #5B5B5B. Windows color (decimal): -14065707 or 13983529. OLE color: 13983529.

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

Color convert

RGB 41 95 213 -
CMYK 0.81 0.55 0 0.16
HSL 221.16º 0.68% 0.5% -
HSV(B) 221.16º 0.81% 0.84% -
XYZ 17.02 13.46 64.65 -
YUV 92.31 196.11 91.41 -
System Red Green Blue C M Y K H S L
Decimal 41 95 213 0.81 0.55 0 0.16 221.16 0.68 0.5
Hex 29 5F D5 51 37 0 10 DD 44 32
Octal 51 137 325 121 67 0 20 335 104 62
Binary 101001 1011111 11010101 1010001 110111 0 10000 11011101 1000100 110010

Color Harmonies of #295FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295FD5

Black with #295FD5

Text Example


Text Example

White with #295FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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