Html Css Color HEX #507DFF Cornflower Blue

📋 copy color: '#507DFF'

red 80 ◦ green 125 ◦ blue 255

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

Shades of Cornflower Blue #507DFF

Tints of Cornflower Blue #507DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.43%

R = 17.39%
G = 27.17%
B = 55.43%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#507DFF (or 0x507DFF) is known color: Cornflower Blue. HEX triplet: 50, 7D and FF. RGB value is (80,125,255). Sum of RGB (Red+Green+Blue) = 80+125+255=460 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.39% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #507DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507DFF is #AF8200. Grayscale: #7D7D7D. Windows color (decimal): -11502081 or 16743760. OLE color: 16743760.

HSL color Cylindrical-coordinate representation of color #507DFF: hue angle of 224.57º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #507DFF is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 125 255 -
CMYK 0.69 0.51 0 0
HSL 224.57º 1% 0.66% -
HSV(B) 224.57º 0.69% 1% -
XYZ 28.69 23.59 97.65 -
YUV 126.37 200.59 94.93 -
System Red Green Blue C M Y K H S L
Decimal 80 125 255 0.69 0.51 0 0 224.57 1 0.66
Hex 50 7D FF 45 33 0 0 E1 64 42
Octal 120 175 377 105 63 0 0 341 144 102
Binary 1010000 1111101 11111111 1000101 110011 0 0 11100001 1100100 1000010

Color Harmonies of #507DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507DFF

Black with #507DFF

Text Example


Text Example

White with #507DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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