Html Css Color HEX #295ED4 Cerulean Blue

📋 copy color: '#295ED4'

red 41 ◦ green 94 ◦ blue 212

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

Shades of Cerulean Blue #295ED4

Tints of Cerulean Blue #295ED4

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.09%

 BLUE value IS 212 (83.2% from 255) = 61.1%

R = 11.82%
G = 27.09%
B = 61.1%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#295ED4 (or 0x295ED4) is known color: Cerulean Blue. HEX triplet: 29, 5E and D4. RGB value is (41,94,212). Sum of RGB (Red+Green+Blue) = 41+94+212=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 212 (83.20% from 255 or 61.10% from 347); Max value from RGB is 212 - color contains mainly: blue. Hex color #295ED4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295ED4 is #D6A12B. Grayscale: #5B5B5B. Windows color (decimal): -14065964 or 13917737. OLE color: 13917737.

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

Color convert

RGB 41 94 212 -
CMYK 0.81 0.56 0 0.17
HSL 221.4º 0.68% 0.5% -
HSV(B) 221.4º 0.81% 0.83% -
XYZ 16.8 13.23 63.96 -
YUV 91.61 195.94 91.91 -
System Red Green Blue C M Y K H S L
Decimal 41 94 212 0.81 0.56 0 0.17 221.4 0.68 0.5
Hex 29 5E D4 51 38 0 11 DD 44 32
Octal 51 136 324 121 70 0 21 335 104 62
Binary 101001 1011110 11010100 1010001 111000 0 10001 11011101 1000100 110010

Color Harmonies of #295ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295ED4

Black with #295ED4

Text Example


Text Example

White with #295ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,94,212); }

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

background-color css

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

 a { background-color: rgb(41,94,212); }

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

border-color css

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

 span { border-color: rgb(41,94,212); }

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