Html Css Color HEX #5282FE Cornflower Blue

📋 copy color: '#5282FE'

red 82 ◦ green 130 ◦ blue 254

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

Shades of Cornflower Blue #5282FE

Tints of Cornflower Blue #5282FE

RGB

 RED value IS 82 (32.42% from 255) = 17.6%

 GREEN value IS 130 (51.17% from 255) = 27.9%

 BLUE value IS 254 (99.61% from 255) = 54.51%

R = 17.6%
G = 27.9%
B = 54.51%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5282FE (or 0x5282FE) is known color: Cornflower Blue. HEX triplet: 52, 82 and FE. RGB value is (82,130,254). Sum of RGB (Red+Green+Blue) = 82+130+254=466 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.60% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #5282FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5282FE is #AD7D01. Grayscale: #818181. Windows color (decimal): -11369730 or 16679506. OLE color: 16679506.

HSL color Cylindrical-coordinate representation of color #5282FE: hue angle of 223.26º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5282FE is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 130 254 -
CMYK 0.68 0.49 0 0.00
HSL 223.26º 0.99% 0.66% -
HSV(B) 223.26º 0.68% 1% -
XYZ 29.35 24.91 97.03 -
YUV 129.78 198.1 93.92 -
System Red Green Blue C M Y K H S L
Decimal 82 130 254 0.68 0.49 0 0.00 223.26 0.99 0.66
Hex 52 82 FE 44 31 0 0 DF 63 42
Octal 122 202 376 104 61 0 0 337 143 102
Binary 1010010 10000010 11111110 1000100 110001 0 0 11011111 1100011 1000010

Color Harmonies of #5282FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5282FE

Black with #5282FE

Text Example


Text Example

White with #5282FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5282FE; }

 p { color: rgb(82,130,254); }

 H1.HeaderClassName
 {
   color: #5282FE;
 }
 .AnyTagClassName
 {
   color: #5282FE;
 }
</style>

background-color css

<style>
 a { background-color: #5282FE; }

 a { background-color: rgb(82,130,254); }

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

border-color css

<style>
 span { border-color: #5282FE; }

 span { border-color: rgb(82,130,254); }

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