Html Css Color HEX #5D9FFE Cornflower Blue

📋 copy color: '#5D9FFE'

red 93 ◦ green 159 ◦ blue 254

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

Shades of Cornflower Blue #5D9FFE

Tints of Cornflower Blue #5D9FFE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.42%

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

R = 18.38%
G = 31.42%
B = 50.2%

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

#5D9FFE (or 0x5D9FFE) is known color: Cornflower Blue. HEX triplet: 5D, 9F and FE. RGB value is (93,159,254). Sum of RGB (Red+Green+Blue) = 93+159+254=506 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.38% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #5D9FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D9FFE is #A26001. Grayscale: #959595. Windows color (decimal): -10641410 or 16686941. OLE color: 16686941.

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

Color convert

RGB 93 159 254 -
CMYK 0.63 0.37 0 0.00
HSL 215.4º 0.99% 0.68% -
HSV(B) 215.4º 0.63% 1% -
XYZ 34.8 34.28 98.55 -
YUV 150.1 186.63 87.28 -
System Red Green Blue C M Y K H S L
Decimal 93 159 254 0.63 0.37 0 0.00 215.4 0.99 0.68
Hex 5D 9F FE 3F 25 0 0 D7 63 44
Octal 135 237 376 77 45 0 0 327 143 104
Binary 1011101 10011111 11111110 111111 100101 0 0 11010111 1100011 1000100

Color Harmonies of #5D9FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9FFE

Black with #5D9FFE

Text Example


Text Example

White with #5D9FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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