Html Css Color HEX #508EFA Cornflower Blue

📋 copy color: '#508EFA'

red 80 ◦ green 142 ◦ blue 250

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

Shades of Cornflower Blue #508EFA

Tints of Cornflower Blue #508EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.97%

R = 16.95%
G = 30.08%
B = 52.97%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#508EFA (or 0x508EFA) is known color: Cornflower Blue. HEX triplet: 50, 8E and FA. RGB value is (80,142,250). Sum of RGB (Red+Green+Blue) = 80+142+250=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #508EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508EFA is #AF7105. Grayscale: #878787. Windows color (decimal): -11497734 or 16420432. OLE color: 16420432.

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

Color convert

RGB 80 142 250 -
CMYK 0.68 0.43 0 0.02
HSL 218.12º 0.94% 0.65% -
HSV(B) 218.12º 0.68% 0.98% -
XYZ 30.24 27.95 94.24 -
YUV 135.77 192.46 88.22 -
System Red Green Blue C M Y K H S L
Decimal 80 142 250 0.68 0.43 0 0.02 218.12 0.94 0.65
Hex 50 8E FA 44 2B 0 2 DA 5E 41
Octal 120 216 372 104 53 0 2 332 136 101
Binary 1010000 10001110 11111010 1000100 101011 0 10 11011010 1011110 1000001

Color Harmonies of #508EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508EFA

Black with #508EFA

Text Example


Text Example

White with #508EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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