Html Css Color HEX #508FFC Cornflower Blue

📋 copy color: '#508FFC'

red 80 ◦ green 143 ◦ blue 252

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

Shades of Cornflower Blue #508FFC

Tints of Cornflower Blue #508FFC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.11%

 BLUE value IS 252 (98.83% from 255) = 53.05%

R = 16.84%
G = 30.11%
B = 53.05%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#508FFC (or 0x508FFC) is known color: Cornflower Blue. HEX triplet: 50, 8F and FC. RGB value is (80,143,252). Sum of RGB (Red+Green+Blue) = 80+143+252=475 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.84% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #508FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508FFC is #AF7003. Grayscale: #888888. Windows color (decimal): -11497476 or 16551760. OLE color: 16551760.

HSL color Cylindrical-coordinate representation of color #508FFC: hue angle of 218.02º degrees, saturation: 0.97, 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 #508FFC is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 143 252 -
CMYK 0.68 0.43 0 0.01
HSL 218.02º 0.97% 0.65% -
HSV(B) 218.02º 0.68% 0.99% -
XYZ 30.7 28.38 95.95 -
YUV 136.59 193.13 87.64 -
System Red Green Blue C M Y K H S L
Decimal 80 143 252 0.68 0.43 0 0.01 218.02 0.97 0.65
Hex 50 8F FC 44 2B 0 1 DA 61 41
Octal 120 217 374 104 53 0 1 332 141 101
Binary 1010000 10001111 11111100 1000100 101011 0 1 11011010 1100001 1000001

Color Harmonies of #508FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FFC

Black with #508FFC

Text Example


Text Example

White with #508FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508FFC; }

 p { color: rgb(80,143,252); }

 H1.HeaderClassName
 {
   color: #508FFC;
 }
 .AnyTagClassName
 {
   color: #508FFC;
 }
</style>

background-color css

<style>
 a { background-color: #508FFC; }

 a { background-color: rgb(80,143,252); }

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

border-color css

<style>
 span { border-color: #508FFC; }

 span { border-color: rgb(80,143,252); }

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