Html Css Color HEX #507EFB Cornflower Blue

📋 copy color: '#507EFB'

red 80 ◦ green 126 ◦ blue 251

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

Shades of Cornflower Blue #507EFB

Tints of Cornflower Blue #507EFB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.57%

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

R = 17.51%
G = 27.57%
B = 54.92%

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

#507EFB (or 0x507EFB) is known color: Cornflower Blue. HEX triplet: 50, 7E and FB. RGB value is (80,126,251). Sum of RGB (Red+Green+Blue) = 80+126+251=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #507EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507EFB is #AF8104. Grayscale: #7D7D7D. Windows color (decimal): -11501829 or 16481872. OLE color: 16481872.

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

Color convert

RGB 80 126 251 -
CMYK 0.68 0.50 0 0.02
HSL 223.86º 0.96% 0.65% -
HSV(B) 223.86º 0.68% 0.98% -
XYZ 28.18 23.59 94.34 -
YUV 126.5 198.26 94.84 -
System Red Green Blue C M Y K H S L
Decimal 80 126 251 0.68 0.50 0 0.02 223.86 0.96 0.65
Hex 50 7E FB 44 32 0 2 E0 60 41
Octal 120 176 373 104 62 0 2 340 140 101
Binary 1010000 1111110 11111011 1000100 110010 0 10 11100000 1100000 1000001

Color Harmonies of #507EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507EFB

Black with #507EFB

Text Example


Text Example

White with #507EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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