Html Css Color HEX #295DCF Cerulean Blue

📋 copy color: '#295DCF'

red 41 ◦ green 93 ◦ blue 207

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

Shades of Cerulean Blue #295DCF

Tints of Cerulean Blue #295DCF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.27%

 BLUE value IS 207 (81.25% from 255) = 60.7%

R = 12.02%
G = 27.27%
B = 60.7%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#295DCF (or 0x295DCF) is known color: Cerulean Blue. HEX triplet: 29, 5D and CF. RGB value is (41,93,207). Sum of RGB (Red+Green+Blue) = 41+93+207=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #295DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295DCF is #D6A230. Grayscale: #595959. Windows color (decimal): -14066225 or 13589801. OLE color: 13589801.

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

Color convert

RGB 41 93 207 -
CMYK 0.80 0.55 0 0.19
HSL 221.2º 0.67% 0.49% -
HSV(B) 221.2º 0.8% 0.81% -
XYZ 16.09 12.81 60.66 -
YUV 90.45 193.77 92.73 -
System Red Green Blue C M Y K H S L
Decimal 41 93 207 0.80 0.55 0 0.19 221.2 0.67 0.49
Hex 29 5D CF 50 37 0 13 DD 43 31
Octal 51 135 317 120 67 0 23 335 103 61
Binary 101001 1011101 11001111 1010000 110111 0 10011 11011101 1000011 110001

Color Harmonies of #295DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295DCF

Black with #295DCF

Text Example


Text Example

White with #295DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,93,207); }

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

background-color css

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

 a { background-color: rgb(41,93,207); }

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

border-color css

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

 span { border-color: rgb(41,93,207); }

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