Html Css Color HEX #507DFC Cornflower Blue

📋 copy color: '#507DFC'

red 80 ◦ green 125 ◦ blue 252

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

Shades of Cornflower Blue #507DFC

Tints of Cornflower Blue #507DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.14%

R = 17.51%
G = 27.35%
B = 55.14%

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

#507DFC (or 0x507DFC) is known color: Cornflower Blue. HEX triplet: 50, 7D and FC. RGB value is (80,125,252). Sum of RGB (Red+Green+Blue) = 80+125+252=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #507DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507DFC is #AF8203. Grayscale: #7D7D7D. Windows color (decimal): -11502084 or 16547152. OLE color: 16547152.

HSL color Cylindrical-coordinate representation of color #507DFC: hue angle of 224.3º degrees, saturation: 0.97, 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 #507DFC is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 125 252 -
CMYK 0.68 0.50 0 0.01
HSL 224.3º 0.97% 0.65% -
HSV(B) 224.3º 0.68% 0.99% -
XYZ 28.21 23.4 95.13 -
YUV 126.02 199.09 95.17 -
System Red Green Blue C M Y K H S L
Decimal 80 125 252 0.68 0.50 0 0.01 224.3 0.97 0.65
Hex 50 7D FC 44 32 0 1 E0 61 41
Octal 120 175 374 104 62 0 1 340 141 101
Binary 1010000 1111101 11111100 1000100 110010 0 1 11100000 1100001 1000001

Color Harmonies of #507DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507DFC

Black with #507DFC

Text Example


Text Example

White with #507DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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