Html Css Color HEX #507FFD Cornflower Blue

📋 copy color: '#507FFD'

red 80 ◦ green 127 ◦ blue 253

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

Shades of Cornflower Blue #507FFD

Tints of Cornflower Blue #507FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 27.61%

 BLUE value IS 253 (99.22% from 255) = 55%

R = 17.39%
G = 27.61%
B = 55%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#507FFD (or 0x507FFD) is known color: Cornflower Blue. HEX triplet: 50, 7F and FD. RGB value is (80,127,253). Sum of RGB (Red+Green+Blue) = 80+127+253=460 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.39% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #507FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507FFD is #AF8002. Grayscale: #7E7E7E. Windows color (decimal): -11501571 or 16613200. OLE color: 16613200.

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

Color convert

RGB 80 127 253 -
CMYK 0.68 0.50 0 0.01
HSL 223.7º 0.98% 0.65% -
HSV(B) 223.7º 0.68% 0.99% -
XYZ 28.63 23.98 96.05 -
YUV 127.31 198.93 94.25 -
System Red Green Blue C M Y K H S L
Decimal 80 127 253 0.68 0.50 0 0.01 223.7 0.98 0.65
Hex 50 7F FD 44 32 0 1 E0 62 41
Octal 120 177 375 104 62 0 1 340 142 101
Binary 1010000 1111111 11111101 1000100 110010 0 1 11100000 1100010 1000001

Color Harmonies of #507FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507FFD

Black with #507FFD

Text Example


Text Example

White with #507FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,127,253); }

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

background-color css

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

 a { background-color: rgb(80,127,253); }

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

border-color css

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

 span { border-color: rgb(80,127,253); }

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