Html Css Color HEX #507EFD Cornflower Blue

📋 copy color: '#507EFD'

red 80 ◦ green 126 ◦ blue 253

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

Shades of Cornflower Blue #507EFD

Tints of Cornflower Blue #507EFD

RGB

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

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

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

R = 17.43%
G = 27.45%
B = 55.12%

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

#507EFD (or 0x507EFD) is known color: Cornflower Blue. HEX triplet: 50, 7E and FD. RGB value is (80,126,253). Sum of RGB (Red+Green+Blue) = 80+126+253=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #507EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507EFD is #AF8102. Grayscale: #7E7E7E. Windows color (decimal): -11501827 or 16612944. OLE color: 16612944.

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

Color convert

RGB 80 126 253 -
CMYK 0.68 0.50 0 0.01
HSL 224.05º 0.98% 0.65% -
HSV(B) 224.05º 0.68% 0.99% -
XYZ 28.5 23.72 96 -
YUV 126.72 199.26 94.67 -
System Red Green Blue C M Y K H S L
Decimal 80 126 253 0.68 0.50 0 0.01 224.05 0.98 0.65
Hex 50 7E FD 44 32 0 1 E0 62 41
Octal 120 176 375 104 62 0 1 340 142 101
Binary 1010000 1111110 11111101 1000100 110010 0 1 11100000 1100010 1000001

Color Harmonies of #507EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507EFD

Black with #507EFD

Text Example


Text Example

White with #507EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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