Html Css Color HEX #507FFB Cornflower Blue

📋 copy color: '#507FFB'

red 80 ◦ green 127 ◦ blue 251

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

Shades of Cornflower Blue #507FFB

Tints of Cornflower Blue #507FFB

RGB

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

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

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

R = 17.47%
G = 27.73%
B = 54.8%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#507FFB (or 0x507FFB) is known color: Cornflower Blue. HEX triplet: 50, 7F and FB. RGB value is (80,127,251). Sum of RGB (Red+Green+Blue) = 80+127+251=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #507FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507FFB is #AF8004. Grayscale: #7E7E7E. Windows color (decimal): -11501573 or 16482128. OLE color: 16482128.

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

Color convert

RGB 80 127 251 -
CMYK 0.68 0.49 0 0.02
HSL 223.51º 0.96% 0.65% -
HSV(B) 223.51º 0.68% 0.98% -
XYZ 28.31 23.85 94.38 -
YUV 127.08 197.93 94.42 -
System Red Green Blue C M Y K H S L
Decimal 80 127 251 0.68 0.49 0 0.02 223.51 0.96 0.65
Hex 50 7F FB 44 31 0 2 E0 60 41
Octal 120 177 373 104 61 0 2 340 140 101
Binary 1010000 1111111 11111011 1000100 110001 0 10 11100000 1100000 1000001

Color Harmonies of #507FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507FFB

Black with #507FFB

Text Example


Text Example

White with #507FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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