Html Css Color HEX #508CEA Cornflower Blue

📋 copy color: '#508CEA'

red 80 ◦ green 140 ◦ blue 234

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

Shades of Cornflower Blue #508CEA

Tints of Cornflower Blue #508CEA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.84%

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

R = 17.62%
G = 30.84%
B = 51.54%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#508CEA (or 0x508CEA) is known color: Cornflower Blue. HEX triplet: 50, 8C and EA. RGB value is (80,140,234). Sum of RGB (Red+Green+Blue) = 80+140+234=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #508CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508CEA is #AF7315. Grayscale: #848484. Windows color (decimal): -11498262 or 15371344. OLE color: 15371344.

HSL color Cylindrical-coordinate representation of color #508CEA: hue angle of 216.62º 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 #508CEA is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 140 234 -
CMYK 0.66 0.40 0 0.08
HSL 216.62º 0.79% 0.62% -
HSV(B) 216.62º 0.66% 0.92% -
XYZ 27.54 26.4 81.49 -
YUV 132.78 185.12 90.36 -
System Red Green Blue C M Y K H S L
Decimal 80 140 234 0.66 0.40 0 0.08 216.62 0.79 0.62
Hex 50 8C EA 42 28 0 8 D9 4F 3E
Octal 120 214 352 102 50 0 10 331 117 76
Binary 1010000 10001100 11101010 1000010 101000 0 1000 11011001 1001111 111110

Color Harmonies of #508CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508CEA

Black with #508CEA

Text Example


Text Example

White with #508CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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