Html Css Color HEX #5DA8FD Cornflower Blue

📋 copy color: '#5DA8FD'

red 93 ◦ green 168 ◦ blue 253

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

Shades of Cornflower Blue #5DA8FD

Tints of Cornflower Blue #5DA8FD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.68%

 BLUE value IS 253 (99.22% from 255) = 49.22%

R = 18.09%
G = 32.68%
B = 49.22%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5DA8FD (or 0x5DA8FD) is known color: Cornflower Blue. HEX triplet: 5D, A8 and FD. RGB value is (93,168,253). Sum of RGB (Red+Green+Blue) = 93+168+253=514 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.09% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #5DA8FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DA8FD is #A25702. Grayscale: #9A9A9A. Windows color (decimal): -10639107 or 16623709. OLE color: 16623709.

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

Color convert

RGB 93 168 253 -
CMYK 0.63 0.34 0 0.01
HSL 211.88º 0.98% 0.68% -
HSV(B) 211.88º 0.63% 0.99% -
XYZ 36.25 37.42 98.24 -
YUV 155.27 183.15 83.59 -
System Red Green Blue C M Y K H S L
Decimal 93 168 253 0.63 0.34 0 0.01 211.88 0.98 0.68
Hex 5D A8 FD 3F 22 0 1 D4 62 44
Octal 135 250 375 77 42 0 1 324 142 104
Binary 1011101 10101000 11111101 111111 100010 0 1 11010100 1100010 1000100

Color Harmonies of #5DA8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA8FD

Black with #5DA8FD

Text Example


Text Example

White with #5DA8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,168,253); }

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

background-color css

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

 a { background-color: rgb(93,168,253); }

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

border-color css

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

 span { border-color: rgb(93,168,253); }

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