Html Css Color HEX #5D97FA Cornflower Blue

📋 copy color: '#5D97FA'

red 93 ◦ green 151 ◦ blue 250

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

Shades of Cornflower Blue #5D97FA

Tints of Cornflower Blue #5D97FA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.57%

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

R = 18.83%
G = 30.57%
B = 50.61%

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

#5D97FA (or 0x5D97FA) is known color: Cornflower Blue. HEX triplet: 5D, 97 and FA. RGB value is (93,151,250). Sum of RGB (Red+Green+Blue) = 93+151+250=494 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.83% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #5D97FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D97FA is #A26805. Grayscale: #909090. Windows color (decimal): -10643462 or 16422749. OLE color: 16422749.

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

Color convert

RGB 93 151 250 -
CMYK 0.63 0.40 0 0.02
HSL 217.83º 0.94% 0.67% -
HSV(B) 217.83º 0.63% 0.98% -
XYZ 32.84 31.36 94.77 -
YUV 144.94 187.28 90.95 -
System Red Green Blue C M Y K H S L
Decimal 93 151 250 0.63 0.40 0 0.02 217.83 0.94 0.67
Hex 5D 97 FA 3F 28 0 2 DA 5E 43
Octal 135 227 372 77 50 0 2 332 136 103
Binary 1011101 10010111 11111010 111111 101000 0 10 11011010 1011110 1000011

Color Harmonies of #5D97FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D97FA

Black with #5D97FA

Text Example


Text Example

White with #5D97FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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