Html Css Color HEX #5E9CDB Picton Blue

📋 copy color: '#5E9CDB'

red 94 ◦ green 156 ◦ blue 219

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

Shades of Picton Blue #5E9CDB

Tints of Picton Blue #5E9CDB

RGB

 RED value IS 94 (37.11% from 255) = 20.04%

 GREEN value IS 156 (61.33% from 255) = 33.26%

 BLUE value IS 219 (85.94% from 255) = 46.7%

R = 20.04%
G = 33.26%
B = 46.7%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E9CDB (or 0x5E9CDB) is known color: Picton Blue. HEX triplet: 5E, 9C and DB. RGB value is (94,156,219). Sum of RGB (Red+Green+Blue) = 94+156+219=469 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20.04% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E9CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9CDB is #A16324. Grayscale: #909090. Windows color (decimal): -10576677 or 14392414. OLE color: 14392414.

HSL color Cylindrical-coordinate representation of color #5E9CDB: hue angle of 210.24º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E9CDB is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 156 219 -
CMYK 0.57 0.29 0 0.14
HSL 210.24º 0.63% 0.61% -
HSV(B) 210.24º 0.57% 0.86% -
XYZ 29.29 31.27 71.51 -
YUV 144.64 169.96 91.88 -
System Red Green Blue C M Y K H S L
Decimal 94 156 219 0.57 0.29 0 0.14 210.24 0.63 0.61
Hex 5E 9C DB 39 1D 0 E D2 3F 3D
Octal 136 234 333 71 35 0 16 322 77 75
Binary 1011110 10011100 11011011 111001 11101 0 1110 11010010 111111 111101

Color Harmonies of #5E9CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9CDB

Black with #5E9CDB

Text Example


Text Example

White with #5E9CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E9CDB; }

 p { color: rgb(94,156,219); }

 H1.HeaderClassName
 {
   color: #5E9CDB;
 }
 .AnyTagClassName
 {
   color: #5E9CDB;
 }
</style>

background-color css

<style>
 a { background-color: #5E9CDB; }

 a { background-color: rgb(94,156,219); }

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

border-color css

<style>
 span { border-color: #5E9CDB; }

 span { border-color: rgb(94,156,219); }

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