Html Css Color HEX #507DFA Cornflower Blue

📋 copy color: '#507DFA'

red 80 ◦ green 125 ◦ blue 250

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

Shades of Cornflower Blue #507DFA

Tints of Cornflower Blue #507DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.95%

R = 17.58%
G = 27.47%
B = 54.95%

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

#507DFA (or 0x507DFA) is known color: Cornflower Blue. HEX triplet: 50, 7D and FA. RGB value is (80,125,250). Sum of RGB (Red+Green+Blue) = 80+125+250=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #507DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507DFA is #AF8205. Grayscale: #7D7D7D. Windows color (decimal): -11502086 or 16416080. OLE color: 16416080.

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

Color convert

RGB 80 125 250 -
CMYK 0.68 0.50 0 0.02
HSL 224.12º 0.94% 0.65% -
HSV(B) 224.12º 0.68% 0.98% -
XYZ 27.9 23.27 93.46 -
YUV 125.8 198.09 95.34 -
System Red Green Blue C M Y K H S L
Decimal 80 125 250 0.68 0.50 0 0.02 224.12 0.94 0.65
Hex 50 7D FA 44 32 0 2 E0 5E 41
Octal 120 175 372 104 62 0 2 340 136 101
Binary 1010000 1111101 11111010 1000100 110010 0 10 11100000 1011110 1000001

Color Harmonies of #507DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507DFA

Black with #507DFA

Text Example


Text Example

White with #507DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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