Html Css Color HEX #507DFB Cornflower Blue

📋 copy color: '#507DFB'

red 80 ◦ green 125 ◦ blue 251

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

Shades of Cornflower Blue #507DFB

Tints of Cornflower Blue #507DFB

RGB

 RED value IS 80 (31.64% from 255) = 17.54%

 GREEN value IS 125 (49.22% from 255) = 27.41%

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

R = 17.54%
G = 27.41%
B = 55.04%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#507DFB (or 0x507DFB) is known color: Cornflower Blue. HEX triplet: 50, 7D and FB. RGB value is (80,125,251). Sum of RGB (Red+Green+Blue) = 80+125+251=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #507DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507DFB is #AF8204. Grayscale: #7D7D7D. Windows color (decimal): -11502085 or 16481616. OLE color: 16481616.

HSL color Cylindrical-coordinate representation of color #507DFB: hue angle of 224.21º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #507DFB is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 125 251 -
CMYK 0.68 0.50 0 0.02
HSL 224.21º 0.96% 0.65% -
HSV(B) 224.21º 0.68% 0.98% -
XYZ 28.05 23.34 94.29 -
YUV 125.91 198.59 95.25 -
System Red Green Blue C M Y K H S L
Decimal 80 125 251 0.68 0.50 0 0.02 224.21 0.96 0.65
Hex 50 7D FB 44 32 0 2 E0 60 41
Octal 120 175 373 104 62 0 2 340 140 101
Binary 1010000 1111101 11111011 1000100 110010 0 10 11100000 1100000 1000001

Color Harmonies of #507DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507DFB

Black with #507DFB

Text Example


Text Example

White with #507DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507DFB; }

 p { color: rgb(80,125,251); }

 H1.HeaderClassName
 {
   color: #507DFB;
 }
 .AnyTagClassName
 {
   color: #507DFB;
 }
</style>

background-color css

<style>
 a { background-color: #507DFB; }

 a { background-color: rgb(80,125,251); }

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

border-color css

<style>
 span { border-color: #507DFB; }

 span { border-color: rgb(80,125,251); }

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