Html Css Color HEX #5283FF Cornflower Blue

📋 copy color: '#5283FF'

red 82 ◦ green 131 ◦ blue 255

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

Shades of Cornflower Blue #5283FF

Tints of Cornflower Blue #5283FF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.99%

 BLUE value IS 255 (100% from 255) = 54.49%

R = 17.52%
G = 27.99%
B = 54.49%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5283FF (or 0x5283FF) is known color: Cornflower Blue. HEX triplet: 52, 83 and FF. RGB value is (82,131,255). Sum of RGB (Red+Green+Blue) = 82+131+255=468 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.52% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #5283FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5283FF is #AD7C00. Grayscale: #818181. Windows color (decimal): -11369473 or 16745298. OLE color: 16745298.

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

Color convert

RGB 82 131 255 -
CMYK 0.68 0.49 0 0
HSL 223.01º 1% 0.66% -
HSV(B) 223.01º 0.68% 1% -
XYZ 29.65 25.25 97.92 -
YUV 130.49 198.27 93.42 -
System Red Green Blue C M Y K H S L
Decimal 82 131 255 0.68 0.49 0 0 223.01 1 0.66
Hex 52 83 FF 44 31 0 0 DF 64 42
Octal 122 203 377 104 61 0 0 337 144 102
Binary 1010010 10000011 11111111 1000100 110001 0 0 11011111 1100100 1000010

Color Harmonies of #5283FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5283FF

Black with #5283FF

Text Example


Text Example

White with #5283FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5283FF; }

 p { color: rgb(82,131,255); }

 H1.HeaderClassName
 {
   color: #5283FF;
 }
 .AnyTagClassName
 {
   color: #5283FF;
 }
</style>

background-color css

<style>
 a { background-color: #5283FF; }

 a { background-color: rgb(82,131,255); }

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

border-color css

<style>
 span { border-color: #5283FF; }

 span { border-color: rgb(82,131,255); }

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