Html Css Color HEX #5D9AF9 Cornflower Blue

📋 copy color: '#5D9AF9'

red 93 ◦ green 154 ◦ blue 249

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

Shades of Cornflower Blue #5D9AF9

Tints of Cornflower Blue #5D9AF9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.05%

 BLUE value IS 249 (97.66% from 255) = 50.2%

R = 18.75%
G = 31.05%
B = 50.2%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5D9AF9 (or 0x5D9AF9) is known color: Cornflower Blue. HEX triplet: 5D, 9A and F9. RGB value is (93,154,249). Sum of RGB (Red+Green+Blue) = 93+154+249=496 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.75% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 249 (97.66% from 255 or 50.20% from 496); Max value from RGB is 249 - color contains mainly: blue. Hex color #5D9AF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D9AF9 is #A26506. Grayscale: #929292. Windows color (decimal): -10642695 or 16357981. OLE color: 16357981.

HSL color Cylindrical-coordinate representation of color #5D9AF9: hue angle of 216.54º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D9AF9 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 93 154 249 -
CMYK 0.63 0.38 0 0.02
HSL 216.54º 0.93% 0.67% -
HSV(B) 216.54º 0.63% 0.98% -
XYZ 33.17 32.28 94.1 -
YUV 146.59 185.79 89.78 -
System Red Green Blue C M Y K H S L
Decimal 93 154 249 0.63 0.38 0 0.02 216.54 0.93 0.67
Hex 5D 9A F9 3F 26 0 2 D9 5D 43
Octal 135 232 371 77 46 0 2 331 135 103
Binary 1011101 10011010 11111001 111111 100110 0 10 11011001 1011101 1000011

Color Harmonies of #5D9AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9AF9

Black with #5D9AF9

Text Example


Text Example

White with #5D9AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,154,249); }

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

background-color css

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

 a { background-color: rgb(93,154,249); }

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

border-color css

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

 span { border-color: rgb(93,154,249); }

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