Html Css Color HEX #508BFB Cornflower Blue

📋 copy color: '#508BFB'

red 80 ◦ green 139 ◦ blue 251

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

Shades of Cornflower Blue #508BFB

Tints of Cornflower Blue #508BFB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.57%

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

R = 17.02%
G = 29.57%
B = 53.4%

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

#508BFB (or 0x508BFB) is known color: Cornflower Blue. HEX triplet: 50, 8B and FB. RGB value is (80,139,251). Sum of RGB (Red+Green+Blue) = 80+139+251=470 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.02% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #508BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508BFB is #AF7404. Grayscale: #858585. Windows color (decimal): -11498501 or 16485200. OLE color: 16485200.

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

Color convert

RGB 80 139 251 -
CMYK 0.68 0.45 0 0.02
HSL 219.3º 0.96% 0.65% -
HSV(B) 219.3º 0.68% 0.98% -
XYZ 29.95 27.14 94.93 -
YUV 134.13 193.95 89.39 -
System Red Green Blue C M Y K H S L
Decimal 80 139 251 0.68 0.45 0 0.02 219.3 0.96 0.65
Hex 50 8B FB 44 2D 0 2 DB 60 41
Octal 120 213 373 104 55 0 2 333 140 101
Binary 1010000 10001011 11111011 1000100 101101 0 10 11011011 1100000 1000001

Color Harmonies of #508BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508BFB

Black with #508BFB

Text Example


Text Example

White with #508BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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