Html Css Color HEX #5DA0FE Cornflower Blue

📋 copy color: '#5DA0FE'

red 93 ◦ green 160 ◦ blue 254

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

Shades of Cornflower Blue #5DA0FE

Tints of Cornflower Blue #5DA0FE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.56%

 BLUE value IS 254 (99.61% from 255) = 50.1%

R = 18.34%
G = 31.56%
B = 50.1%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5DA0FE (or 0x5DA0FE) is known color: Cornflower Blue. HEX triplet: 5D, A0 and FE. RGB value is (93,160,254). Sum of RGB (Red+Green+Blue) = 93+160+254=507 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.34% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DA0FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DA0FE is #A25F01. Grayscale: #969696. Windows color (decimal): -10641154 or 16687197. OLE color: 16687197.

HSL color Cylindrical-coordinate representation of color #5DA0FE: hue angle of 215.03º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DA0FE is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 93 160 254 -
CMYK 0.63 0.37 0 0.00
HSL 215.03º 0.99% 0.68% -
HSV(B) 215.03º 0.63% 1% -
XYZ 34.97 34.62 98.61 -
YUV 150.68 186.3 86.86 -
System Red Green Blue C M Y K H S L
Decimal 93 160 254 0.63 0.37 0 0.00 215.03 0.99 0.68
Hex 5D A0 FE 3F 25 0 0 D7 63 44
Octal 135 240 376 77 45 0 0 327 143 104
Binary 1011101 10100000 11111110 111111 100101 0 0 11010111 1100011 1000100

Color Harmonies of #5DA0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA0FE

Black with #5DA0FE

Text Example


Text Example

White with #5DA0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,160,254); }

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

background-color css

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

 a { background-color: rgb(93,160,254); }

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

border-color css

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

 span { border-color: rgb(93,160,254); }

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