Html Css Color HEX #5DA3FB Cornflower Blue

📋 copy color: '#5DA3FB'

red 93 ◦ green 163 ◦ blue 251

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

Shades of Cornflower Blue #5DA3FB

Tints of Cornflower Blue #5DA3FB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.15%

 BLUE value IS 251 (98.44% from 255) = 49.51%

R = 18.34%
G = 32.15%
B = 49.51%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5DA3FB (or 0x5DA3FB) is known color: Cornflower Blue. HEX triplet: 5D, A3 and FB. RGB value is (93,163,251). Sum of RGB (Red+Green+Blue) = 93+163+251=507 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.34% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #5DA3FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DA3FB is #A25C04. Grayscale: #979797. Windows color (decimal): -10640389 or 16491357. OLE color: 16491357.

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

Color convert

RGB 93 163 251 -
CMYK 0.63 0.35 0 0.02
HSL 213.42º 0.95% 0.67% -
HSV(B) 213.42º 0.63% 0.98% -
XYZ 35.02 35.49 96.27 -
YUV 152.1 183.81 85.84 -
System Red Green Blue C M Y K H S L
Decimal 93 163 251 0.63 0.35 0 0.02 213.42 0.95 0.67
Hex 5D A3 FB 3F 23 0 2 D5 5F 43
Octal 135 243 373 77 43 0 2 325 137 103
Binary 1011101 10100011 11111011 111111 100011 0 10 11010101 1011111 1000011

Color Harmonies of #5DA3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA3FB

Black with #5DA3FB

Text Example


Text Example

White with #5DA3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,163,251); }

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

background-color css

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

 a { background-color: rgb(93,163,251); }

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

border-color css

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

 span { border-color: rgb(93,163,251); }

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