Html Css Color HEX #508EFB Cornflower Blue

📋 copy color: '#508EFB'

red 80 ◦ green 142 ◦ blue 251

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

Shades of Cornflower Blue #508EFB

Tints of Cornflower Blue #508EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.07%

R = 16.91%
G = 30.02%
B = 53.07%

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

#508EFB (or 0x508EFB) is known color: Cornflower Blue. HEX triplet: 50, 8E and FB. RGB value is (80,142,251). Sum of RGB (Red+Green+Blue) = 80+142+251=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #508EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508EFB is #AF7104. Grayscale: #878787. Windows color (decimal): -11497733 or 16485968. OLE color: 16485968.

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

Color convert

RGB 80 142 251 -
CMYK 0.68 0.43 0 0.02
HSL 218.25º 0.96% 0.65% -
HSV(B) 218.25º 0.68% 0.98% -
XYZ 30.39 28.02 95.07 -
YUV 135.89 192.96 88.14 -
System Red Green Blue C M Y K H S L
Decimal 80 142 251 0.68 0.43 0 0.02 218.25 0.96 0.65
Hex 50 8E FB 44 2B 0 2 DA 60 41
Octal 120 216 373 104 53 0 2 332 140 101
Binary 1010000 10001110 11111011 1000100 101011 0 10 11011010 1100000 1000001

Color Harmonies of #508EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508EFB

Black with #508EFB

Text Example


Text Example

White with #508EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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