Html Css Color HEX #5283FB Cornflower Blue

📋 copy color: '#5283FB'

red 82 ◦ green 131 ◦ blue 251

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

Shades of Cornflower Blue #5283FB

Tints of Cornflower Blue #5283FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.09%

R = 17.67%
G = 28.23%
B = 54.09%

CMYK

 C value IS 0.67

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5283FB (or 0x5283FB) is known color: Cornflower Blue. HEX triplet: 52, 83 and FB. RGB value is (82,131,251). Sum of RGB (Red+Green+Blue) = 82+131+251=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #5283FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5283FB is #AD7C04. Grayscale: #818181. Windows color (decimal): -11369477 or 16483154. OLE color: 16483154.

HSL color Cylindrical-coordinate representation of color #5283FB: hue angle of 222.6º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5283FB is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 131 251 -
CMYK 0.67 0.48 0 0.02
HSL 222.6º 0.95% 0.65% -
HSV(B) 222.6º 0.67% 0.98% -
XYZ 29.01 24.99 94.56 -
YUV 130.03 196.27 93.74 -
System Red Green Blue C M Y K H S L
Decimal 82 131 251 0.67 0.48 0 0.02 222.6 0.95 0.65
Hex 52 83 FB 43 30 0 2 DF 5F 41
Octal 122 203 373 103 60 0 2 337 137 101
Binary 1010010 10000011 11111011 1000011 110000 0 10 11011111 1011111 1000001

Color Harmonies of #5283FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5283FB

Black with #5283FB

Text Example


Text Example

White with #5283FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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