Html Css Color HEX #507FF0 Cornflower Blue

📋 copy color: '#507FF0'

red 80 ◦ green 127 ◦ blue 240

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

Shades of Cornflower Blue #507FF0

Tints of Cornflower Blue #507FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 53.69%

R = 17.9%
G = 28.41%
B = 53.69%

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

#507FF0 (or 0x507FF0) is known color: Cornflower Blue. HEX triplet: 50, 7F and F0. RGB value is (80,127,240). Sum of RGB (Red+Green+Blue) = 80+127+240=447 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.90% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 240 (94.14% from 255 or 53.69% from 447); Max value from RGB is 240 - color contains mainly: blue. Hex color #507FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507FF0 is #AF800F. Grayscale: #7D7D7D. Windows color (decimal): -11501584 or 15761232. OLE color: 15761232.

HSL color Cylindrical-coordinate representation of color #507FF0: hue angle of 222.38º degrees, saturation: 0.84, 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 #507FF0 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 127 240 -
CMYK 0.67 0.47 0 0.06
HSL 222.38º 0.84% 0.63% -
HSV(B) 222.38º 0.67% 0.94% -
XYZ 26.63 23.18 85.51 -
YUV 125.83 192.43 95.31 -
System Red Green Blue C M Y K H S L
Decimal 80 127 240 0.67 0.47 0 0.06 222.38 0.84 0.63
Hex 50 7F F0 43 2F 0 6 DE 54 3F
Octal 120 177 360 103 57 0 6 336 124 77
Binary 1010000 1111111 11110000 1000011 101111 0 110 11011110 1010100 111111

Color Harmonies of #507FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507FF0

Black with #507FF0

Text Example


Text Example

White with #507FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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