Html Css Color HEX #508EFD Cornflower Blue

📋 copy color: '#508EFD'

red 80 ◦ green 142 ◦ blue 253

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

Shades of Cornflower Blue #508EFD

Tints of Cornflower Blue #508EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.26%

R = 16.84%
G = 29.89%
B = 53.26%

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

#508EFD (or 0x508EFD) is known color: Cornflower Blue. HEX triplet: 50, 8E and FD. RGB value is (80,142,253). Sum of RGB (Red+Green+Blue) = 80+142+253=475 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.84% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #508EFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508EFD is #AF7102. Grayscale: #878787. Windows color (decimal): -11497731 or 16617040. OLE color: 16617040.

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

Color convert

RGB 80 142 253 -
CMYK 0.68 0.44 0 0.01
HSL 218.5º 0.98% 0.65% -
HSV(B) 218.5º 0.68% 0.99% -
XYZ 30.71 28.14 96.74 -
YUV 136.12 193.96 87.97 -
System Red Green Blue C M Y K H S L
Decimal 80 142 253 0.68 0.44 0 0.01 218.5 0.98 0.65
Hex 50 8E FD 44 2C 0 1 DA 62 41
Octal 120 216 375 104 54 0 1 332 142 101
Binary 1010000 10001110 11111101 1000100 101100 0 1 11011010 1100010 1000001

Color Harmonies of #508EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508EFD

Black with #508EFD

Text Example


Text Example

White with #508EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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