Html Css Color HEX #508EFC Cornflower Blue

📋 copy color: '#508EFC'

red 80 ◦ green 142 ◦ blue 252

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

Shades of Cornflower Blue #508EFC

Tints of Cornflower Blue #508EFC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.96%

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

R = 16.88%
G = 29.96%
B = 53.16%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#508EFC (or 0x508EFC) is known color: Cornflower Blue. HEX triplet: 50, 8E and FC. RGB value is (80,142,252). Sum of RGB (Red+Green+Blue) = 80+142+252=474 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.88% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #508EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508EFC is #AF7103. Grayscale: #878787. Windows color (decimal): -11497732 or 16551504. OLE color: 16551504.

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

Color convert

RGB 80 142 252 -
CMYK 0.68 0.44 0 0.01
HSL 218.37º 0.97% 0.65% -
HSV(B) 218.37º 0.68% 0.99% -
XYZ 30.55 28.08 95.91 -
YUV 136 193.46 88.06 -
System Red Green Blue C M Y K H S L
Decimal 80 142 252 0.68 0.44 0 0.01 218.37 0.97 0.65
Hex 50 8E FC 44 2C 0 1 DA 61 41
Octal 120 216 374 104 54 0 1 332 141 101
Binary 1010000 10001110 11111100 1000100 101100 0 1 11011010 1100001 1000001

Color Harmonies of #508EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508EFC

Black with #508EFC

Text Example


Text Example

White with #508EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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