Html Css Color HEX #5282FC Cornflower Blue

📋 copy color: '#5282FC'

red 82 ◦ green 130 ◦ blue 252

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

Shades of Cornflower Blue #5282FC

Tints of Cornflower Blue #5282FC

RGB

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

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

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

R = 17.67%
G = 28.02%
B = 54.31%

CMYK

 C value IS 0.67

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5282FC (or 0x5282FC) is known color: Cornflower Blue. HEX triplet: 52, 82 and FC. RGB value is (82,130,252). Sum of RGB (Red+Green+Blue) = 82+130+252=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #5282FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5282FC is #AD7D03. Grayscale: #818181. Windows color (decimal): -11369732 or 16548434. OLE color: 16548434.

HSL color Cylindrical-coordinate representation of color #5282FC: hue angle of 223.06º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5282FC is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 130 252 -
CMYK 0.67 0.48 0 0.01
HSL 223.06º 0.97% 0.65% -
HSV(B) 223.06º 0.67% 0.99% -
XYZ 29.03 24.79 95.35 -
YUV 129.56 197.1 94.08 -
System Red Green Blue C M Y K H S L
Decimal 82 130 252 0.67 0.48 0 0.01 223.06 0.97 0.65
Hex 52 82 FC 43 30 0 1 DF 61 41
Octal 122 202 374 103 60 0 1 337 141 101
Binary 1010010 10000010 11111100 1000011 110000 0 1 11011111 1100001 1000001

Color Harmonies of #5282FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5282FC

Black with #5282FC

Text Example


Text Example

White with #5282FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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