Html Css Color HEX #5D9CFB Cornflower Blue

📋 copy color: '#5D9CFB'

red 93 ◦ green 156 ◦ blue 251

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

Shades of Cornflower Blue #5D9CFB

Tints of Cornflower Blue #5D9CFB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.2%

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

R = 18.6%
G = 31.2%
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

#5D9CFB (or 0x5D9CFB) is known color: Cornflower Blue. HEX triplet: 5D, 9C and FB. RGB value is (93,156,251). Sum of RGB (Red+Green+Blue) = 93+156+251=500 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.6% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #5D9CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D9CFB is #A26304. Grayscale: #939393. Windows color (decimal): -10642181 or 16489565. OLE color: 16489565.

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

Color convert

RGB 93 156 251 -
CMYK 0.63 0.38 0 0.02
HSL 216.08º 0.95% 0.67% -
HSV(B) 216.08º 0.63% 0.98% -
XYZ 33.82 33.07 95.87 -
YUV 147.99 186.13 88.78 -
System Red Green Blue C M Y K H S L
Decimal 93 156 251 0.63 0.38 0 0.02 216.08 0.95 0.67
Hex 5D 9C FB 3F 26 0 2 D8 5F 43
Octal 135 234 373 77 46 0 2 330 137 103
Binary 1011101 10011100 11111011 111111 100110 0 10 11011000 1011111 1000011

Color Harmonies of #5D9CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9CFB

Black with #5D9CFB

Text Example


Text Example

White with #5D9CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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