Html Css Color HEX #507FEF Cornflower Blue

📋 copy color: '#507FEF'

red 80 ◦ green 127 ◦ blue 239

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

Shades of Cornflower Blue #507FEF

Tints of Cornflower Blue #507FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.59%

R = 17.94%
G = 28.48%
B = 53.59%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#507FEF (or 0x507FEF) is known color: Cornflower Blue. HEX triplet: 50, 7F and EF. RGB value is (80,127,239). Sum of RGB (Red+Green+Blue) = 80+127+239=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #507FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507FEF is #AF8010. Grayscale: #7D7D7D. Windows color (decimal): -11501585 or 15695696. OLE color: 15695696.

HSL color Cylindrical-coordinate representation of color #507FEF: hue angle of 222.26º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #507FEF is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 127 239 -
CMYK 0.67 0.47 0 0.06
HSL 222.26º 0.83% 0.63% -
HSV(B) 222.26º 0.67% 0.94% -
XYZ 26.48 23.12 84.73 -
YUV 125.72 191.93 95.39 -
System Red Green Blue C M Y K H S L
Decimal 80 127 239 0.67 0.47 0 0.06 222.26 0.83 0.63
Hex 50 7F EF 43 2F 0 6 DE 53 3F
Octal 120 177 357 103 57 0 6 336 123 77
Binary 1010000 1111111 11101111 1000011 101111 0 110 11011110 1010011 111111

Color Harmonies of #507FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507FEF

Black with #507FEF

Text Example


Text Example

White with #507FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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