Html Css Color HEX #5D94DB Cornflower Blue

📋 copy color: '#5D94DB'

red 93 ◦ green 148 ◦ blue 219

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

Shades of Cornflower Blue #5D94DB

Tints of Cornflower Blue #5D94DB

RGB

 RED value IS 93 (36.72% from 255) = 20.22%

 GREEN value IS 148 (58.2% from 255) = 32.17%

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

R = 20.22%
G = 32.17%
B = 47.61%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5D94DB (or 0x5D94DB) is known color: Cornflower Blue. HEX triplet: 5D, 94 and DB. RGB value is (93,148,219). Sum of RGB (Red+Green+Blue) = 93+148+219=460 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.22% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #5D94DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D94DB is #A26B24. Grayscale: #8B8B8B. Windows color (decimal): -10644261 or 14390365. OLE color: 14390365.

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

Color convert

RGB 93 148 219 -
CMYK 0.58 0.32 0 0.14
HSL 213.81º 0.64% 0.61% -
HSV(B) 213.81º 0.58% 0.86% -
XYZ 27.89 28.62 71.07 -
YUV 139.65 172.78 94.73 -
System Red Green Blue C M Y K H S L
Decimal 93 148 219 0.58 0.32 0 0.14 213.81 0.64 0.61
Hex 5D 94 DB 3A 20 0 E D6 40 3D
Octal 135 224 333 72 40 0 16 326 100 75
Binary 1011101 10010100 11011011 111010 100000 0 1110 11010110 1000000 111101

Color Harmonies of #5D94DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D94DB

Black with #5D94DB

Text Example


Text Example

White with #5D94DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,148,219); }

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

background-color css

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

 a { background-color: rgb(93,148,219); }

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

border-color css

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

 span { border-color: rgb(93,148,219); }

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