Html Css Color HEX #508AFB Cornflower Blue

📋 copy color: '#508AFB'

red 80 ◦ green 138 ◦ blue 251

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

Shades of Cornflower Blue #508AFB

Tints of Cornflower Blue #508AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.42%

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

R = 17.06%
G = 29.42%
B = 53.52%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#508AFB (or 0x508AFB) is known color: Cornflower Blue. HEX triplet: 50, 8A and FB. RGB value is (80,138,251). Sum of RGB (Red+Green+Blue) = 80+138+251=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #508AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508AFB is #AF7504. Grayscale: #858585. Windows color (decimal): -11498757 or 16484944. OLE color: 16484944.

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

Color convert

RGB 80 138 251 -
CMYK 0.68 0.45 0 0.02
HSL 219.65º 0.96% 0.65% -
HSV(B) 219.65º 0.68% 0.98% -
XYZ 29.81 26.85 94.88 -
YUV 133.54 194.28 89.81 -
System Red Green Blue C M Y K H S L
Decimal 80 138 251 0.68 0.45 0 0.02 219.65 0.96 0.65
Hex 50 8A FB 44 2D 0 2 DC 60 41
Octal 120 212 373 104 55 0 2 334 140 101
Binary 1010000 10001010 11111011 1000100 101101 0 10 11011100 1100000 1000001

Color Harmonies of #508AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508AFB

Black with #508AFB

Text Example


Text Example

White with #508AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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