Html Css Color HEX #5283F3 Cornflower Blue

📋 copy color: '#5283F3'

red 82 ◦ green 131 ◦ blue 243

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

Shades of Cornflower Blue #5283F3

Tints of Cornflower Blue #5283F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 53.29%

R = 17.98%
G = 28.73%
B = 53.29%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5283F3 (or 0x5283F3) is known color: Cornflower Blue. HEX triplet: 52, 83 and F3. RGB value is (82,131,243). Sum of RGB (Red+Green+Blue) = 82+131+243=456 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.98% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 243 (95.31% from 255 or 53.29% from 456); Max value from RGB is 243 - color contains mainly: blue. Hex color #5283F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5283F3 is #AD7C0C. Grayscale: #808080. Windows color (decimal): -11369485 or 15958866. OLE color: 15958866.

HSL color Cylindrical-coordinate representation of color #5283F3: hue angle of 221.74º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5283F3 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 131 243 -
CMYK 0.66 0.46 0 0.05
HSL 221.74º 0.87% 0.64% -
HSV(B) 221.74º 0.66% 0.95% -
XYZ 27.77 24.5 88.06 -
YUV 129.12 192.27 94.39 -
System Red Green Blue C M Y K H S L
Decimal 82 131 243 0.66 0.46 0 0.05 221.74 0.87 0.64
Hex 52 83 F3 42 2E 0 5 DE 57 40
Octal 122 203 363 102 56 0 5 336 127 100
Binary 1010010 10000011 11110011 1000010 101110 0 101 11011110 1010111 1000000

Color Harmonies of #5283F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5283F3

Black with #5283F3

Text Example


Text Example

White with #5283F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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