Html Css Color HEX #5D94DE Cornflower Blue

📋 copy color: '#5D94DE'

red 93 ◦ green 148 ◦ blue 222

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

Shades of Cornflower Blue #5D94DE

Tints of Cornflower Blue #5D94DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.95%

R = 20.09%
G = 31.97%
B = 47.95%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5D94DE (or 0x5D94DE) is known color: Cornflower Blue. HEX triplet: 5D, 94 and DE. RGB value is (93,148,222). Sum of RGB (Red+Green+Blue) = 93+148+222=463 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.09% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #5D94DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D94DE is #A26B21. Grayscale: #8B8B8B. Windows color (decimal): -10644258 or 14586973. OLE color: 14586973.

HSL color Cylindrical-coordinate representation of color #5D94DE: hue angle of 214.42º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D94DE is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 148 222 -
CMYK 0.58 0.33 0 0.13
HSL 214.42º 0.66% 0.62% -
HSV(B) 214.42º 0.58% 0.87% -
XYZ 28.29 28.78 73.17 -
YUV 139.99 174.28 94.48 -
System Red Green Blue C M Y K H S L
Decimal 93 148 222 0.58 0.33 0 0.13 214.42 0.66 0.62
Hex 5D 94 DE 3A 21 0 D D6 42 3E
Octal 135 224 336 72 41 0 15 326 102 76
Binary 1011101 10010100 11011110 111010 100001 0 1101 11010110 1000010 111110

Color Harmonies of #5D94DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D94DE

Black with #5D94DE

Text Example


Text Example

White with #5D94DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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