Html Css Color HEX #5DA1FE Cornflower Blue

📋 copy color: '#5DA1FE'

red 93 ◦ green 161 ◦ blue 254

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

Shades of Cornflower Blue #5DA1FE

Tints of Cornflower Blue #5DA1FE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.69%

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

R = 18.31%
G = 31.69%
B = 50%

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

#5DA1FE (or 0x5DA1FE) is known color: Cornflower Blue. HEX triplet: 5D, A1 and FE. RGB value is (93,161,254). Sum of RGB (Red+Green+Blue) = 93+161+254=508 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.31% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DA1FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DA1FE is #A25E01. Grayscale: #969696. Windows color (decimal): -10640898 or 16687453. OLE color: 16687453.

HSL color Cylindrical-coordinate representation of color #5DA1FE: hue angle of 214.66º 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 #5DA1FE is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 93 161 254 -
CMYK 0.63 0.37 0 0.00
HSL 214.66º 0.99% 0.68% -
HSV(B) 214.66º 0.63% 1% -
XYZ 35.15 34.97 98.66 -
YUV 151.27 185.97 86.44 -
System Red Green Blue C M Y K H S L
Decimal 93 161 254 0.63 0.37 0 0.00 214.66 0.99 0.68
Hex 5D A1 FE 3F 25 0 0 D7 63 44
Octal 135 241 376 77 45 0 0 327 143 104
Binary 1011101 10100001 11111110 111111 100101 0 0 11010111 1100011 1000100

Color Harmonies of #5DA1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA1FE

Black with #5DA1FE

Text Example


Text Example

White with #5DA1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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