Html Css Color HEX #5E9DDB Picton Blue

📋 copy color: '#5E9DDB'

red 94 ◦ green 157 ◦ blue 219

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

Shades of Picton Blue #5E9DDB

Tints of Picton Blue #5E9DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.4%

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

R = 20%
G = 33.4%
B = 46.6%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E9DDB (or 0x5E9DDB) is known color: Picton Blue. HEX triplet: 5E, 9D and DB. RGB value is (94,157,219). Sum of RGB (Red+Green+Blue) = 94+157+219=470 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E9DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9DDB is #A16224. Grayscale: #909090. Windows color (decimal): -10576421 or 14392670. OLE color: 14392670.

HSL color Cylindrical-coordinate representation of color #5E9DDB: hue angle of 209.76º 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 #5E9DDB is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 157 219 -
CMYK 0.57 0.28 0 0.14
HSL 209.76º 0.63% 0.61% -
HSV(B) 209.76º 0.57% 0.86% -
XYZ 29.46 31.61 71.57 -
YUV 145.23 169.63 91.46 -
System Red Green Blue C M Y K H S L
Decimal 94 157 219 0.57 0.28 0 0.14 209.76 0.63 0.61
Hex 5E 9D DB 39 1C 0 E D2 3F 3D
Octal 136 235 333 71 34 0 16 322 77 75
Binary 1011110 10011101 11011011 111001 11100 0 1110 11010010 111111 111101

Color Harmonies of #5E9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9DDB

Black with #5E9DDB

Text Example


Text Example

White with #5E9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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