Html Css Color HEX #508FEA Cornflower Blue

📋 copy color: '#508FEA'

red 80 ◦ green 143 ◦ blue 234

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

Shades of Cornflower Blue #508FEA

Tints of Cornflower Blue #508FEA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.29%

 BLUE value IS 234 (91.8% from 255) = 51.2%

R = 17.51%
G = 31.29%
B = 51.2%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#508FEA (or 0x508FEA) is known color: Cornflower Blue. HEX triplet: 50, 8F and EA. RGB value is (80,143,234). Sum of RGB (Red+Green+Blue) = 80+143+234=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #508FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508FEA is #AF7015. Grayscale: #868686. Windows color (decimal): -11497494 or 15372112. OLE color: 15372112.

HSL color Cylindrical-coordinate representation of color #508FEA: hue angle of 215.45º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #508FEA is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 143 234 -
CMYK 0.66 0.39 0 0.08
HSL 215.45º 0.79% 0.62% -
HSV(B) 215.45º 0.66% 0.92% -
XYZ 27.98 27.29 81.63 -
YUV 134.54 184.13 89.1 -
System Red Green Blue C M Y K H S L
Decimal 80 143 234 0.66 0.39 0 0.08 215.45 0.79 0.62
Hex 50 8F EA 42 27 0 8 D7 4F 3E
Octal 120 217 352 102 47 0 10 327 117 76
Binary 1010000 10001111 11101010 1000010 100111 0 1000 11010111 1001111 111110

Color Harmonies of #508FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FEA

Black with #508FEA

Text Example


Text Example

White with #508FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,143,234); }

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

background-color css

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

 a { background-color: rgb(80,143,234); }

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

border-color css

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

 span { border-color: rgb(80,143,234); }

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