Html Css Color HEX #508BFC Cornflower Blue

📋 copy color: '#508BFC'

red 80 ◦ green 139 ◦ blue 252

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

Shades of Cornflower Blue #508BFC

Tints of Cornflower Blue #508BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.5%

R = 16.99%
G = 29.51%
B = 53.5%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#508BFC (or 0x508BFC) is known color: Cornflower Blue. HEX triplet: 50, 8B and FC. RGB value is (80,139,252). Sum of RGB (Red+Green+Blue) = 80+139+252=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #508BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508BFC is #AF7403. Grayscale: #858585. Windows color (decimal): -11498500 or 16550736. OLE color: 16550736.

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

Color convert

RGB 80 139 252 -
CMYK 0.68 0.45 0 0.01
HSL 219.42º 0.97% 0.65% -
HSV(B) 219.42º 0.68% 0.99% -
XYZ 30.11 27.2 95.76 -
YUV 134.24 194.45 89.31 -
System Red Green Blue C M Y K H S L
Decimal 80 139 252 0.68 0.45 0 0.01 219.42 0.97 0.65
Hex 50 8B FC 44 2D 0 1 DB 61 41
Octal 120 213 374 104 55 0 1 333 141 101
Binary 1010000 10001011 11111100 1000100 101101 0 1 11011011 1100001 1000001

Color Harmonies of #508BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508BFC

Black with #508BFC

Text Example


Text Example

White with #508BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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