Html Css Color HEX #5383FB Cornflower Blue

📋 copy color: '#5383FB'

red 83 ◦ green 131 ◦ blue 251

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

Shades of Cornflower Blue #5383FB

Tints of Cornflower Blue #5383FB

RGB

 RED value IS 83 (32.81% from 255) = 17.85%

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

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

R = 17.85%
G = 28.17%
B = 53.98%

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

#5383FB (or 0x5383FB) is known color: Cornflower Blue. HEX triplet: 53, 83 and FB. RGB value is (83,131,251). Sum of RGB (Red+Green+Blue) = 83+131+251=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #5383FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5383FB is #AC7C04. Grayscale: #818181. Windows color (decimal): -11303941 or 16483155. OLE color: 16483155.

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

Color convert

RGB 83 131 251 -
CMYK 0.67 0.48 0 0.02
HSL 222.86º 0.95% 0.65% -
HSV(B) 222.86º 0.67% 0.98% -
XYZ 29.1 25.04 94.57 -
YUV 130.33 196.1 94.24 -
System Red Green Blue C M Y K H S L
Decimal 83 131 251 0.67 0.48 0 0.02 222.86 0.95 0.65
Hex 53 83 FB 43 30 0 2 DF 5F 41
Octal 123 203 373 103 60 0 2 337 137 101
Binary 1010011 10000011 11111011 1000011 110000 0 10 11011111 1011111 1000001

Color Harmonies of #5383FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5383FB

Black with #5383FB

Text Example


Text Example

White with #5383FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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