Html Css Color HEX #5DAAFA Cornflower Blue

📋 copy color: '#5DAAFA'

red 93 ◦ green 170 ◦ blue 250

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

Shades of Cornflower Blue #5DAAFA

Tints of Cornflower Blue #5DAAFA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.14%

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

R = 18.13%
G = 33.14%
B = 48.73%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5DAAFA (or 0x5DAAFA) is known color: Cornflower Blue. HEX triplet: 5D, AA and FA. RGB value is (93,170,250). Sum of RGB (Red+Green+Blue) = 93+170+250=513 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.13% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #5DAAFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DAAFA is #A25505. Grayscale: #9B9B9B. Windows color (decimal): -10638598 or 16427613. OLE color: 16427613.

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

Color convert

RGB 93 170 250 -
CMYK 0.63 0.32 0 0.02
HSL 210.57º 0.94% 0.67% -
HSV(B) 210.57º 0.63% 0.98% -
XYZ 36.14 37.98 95.87 -
YUV 156.1 180.99 83 -
System Red Green Blue C M Y K H S L
Decimal 93 170 250 0.63 0.32 0 0.02 210.57 0.94 0.67
Hex 5D AA FA 3F 20 0 2 D3 5E 43
Octal 135 252 372 77 40 0 2 323 136 103
Binary 1011101 10101010 11111010 111111 100000 0 10 11010011 1011110 1000011

Color Harmonies of #5DAAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAAFA

Black with #5DAAFA

Text Example


Text Example

White with #5DAAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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