Html Css Color HEX #5283FA Cornflower Blue

📋 copy color: '#5283FA'

red 82 ◦ green 131 ◦ blue 250

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

Shades of Cornflower Blue #5283FA

Tints of Cornflower Blue #5283FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54%

R = 17.71%
G = 28.29%
B = 54%

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

#5283FA (or 0x5283FA) is known color: Cornflower Blue. HEX triplet: 52, 83 and FA. RGB value is (82,131,250). Sum of RGB (Red+Green+Blue) = 82+131+250=463 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.71% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #5283FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5283FA is #AD7C05. Grayscale: #818181. Windows color (decimal): -11369478 or 16417618. OLE color: 16417618.

HSL color Cylindrical-coordinate representation of color #5283FA: hue angle of 222.5º degrees, saturation: 0.94, 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 #5283FA is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 131 250 -
CMYK 0.67 0.48 0 0.02
HSL 222.5º 0.94% 0.65% -
HSV(B) 222.5º 0.67% 0.98% -
XYZ 28.85 24.93 93.73 -
YUV 129.92 195.77 93.82 -
System Red Green Blue C M Y K H S L
Decimal 82 131 250 0.67 0.48 0 0.02 222.5 0.94 0.65
Hex 52 83 FA 43 30 0 2 DE 5E 41
Octal 122 203 372 103 60 0 2 336 136 101
Binary 1010010 10000011 11111010 1000011 110000 0 10 11011110 1011110 1000001

Color Harmonies of #5283FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5283FA

Black with #5283FA

Text Example


Text Example

White with #5283FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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