Html Css Color HEX #5D95FA Cornflower Blue

📋 copy color: '#5D95FA'

red 93 ◦ green 149 ◦ blue 250

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

Shades of Cornflower Blue #5D95FA

Tints of Cornflower Blue #5D95FA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.28%

 BLUE value IS 250 (98.05% from 255) = 50.81%

R = 18.9%
G = 30.28%
B = 50.81%

CMYK

 C value IS 0.63

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5D95FA (or 0x5D95FA) is known color: Cornflower Blue. HEX triplet: 5D, 95 and FA. RGB value is (93,149,250). Sum of RGB (Red+Green+Blue) = 93+149+250=492 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.90% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #5D95FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D95FA is #A26A05. Grayscale: #8F8F8F. Windows color (decimal): -10643974 or 16422237. OLE color: 16422237.

HSL color Cylindrical-coordinate representation of color #5D95FA: hue angle of 218.6º degrees, saturation: 0.94, 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 #5D95FA is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 93 149 250 -
CMYK 0.63 0.40 0 0.02
HSL 218.6º 0.94% 0.67% -
HSV(B) 218.6º 0.63% 0.98% -
XYZ 32.52 30.72 94.66 -
YUV 143.77 187.95 91.79 -
System Red Green Blue C M Y K H S L
Decimal 93 149 250 0.63 0.40 0 0.02 218.6 0.94 0.67
Hex 5D 95 FA 3F 28 0 2 DB 5E 43
Octal 135 225 372 77 50 0 2 333 136 103
Binary 1011101 10010101 11111010 111111 101000 0 10 11011011 1011110 1000011

Color Harmonies of #5D95FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D95FA

Black with #5D95FA

Text Example


Text Example

White with #5D95FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,149,250); }

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

background-color css

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

 a { background-color: rgb(93,149,250); }

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

border-color css

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

 span { border-color: rgb(93,149,250); }

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