Html Css Color HEX #5385FB Cornflower Blue

📋 copy color: '#5385FB'

red 83 ◦ green 133 ◦ blue 251

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

Shades of Cornflower Blue #5385FB

Tints of Cornflower Blue #5385FB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.48%

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

R = 17.77%
G = 28.48%
B = 53.75%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5385FB (or 0x5385FB) is known color: Cornflower Blue. HEX triplet: 53, 85 and FB. RGB value is (83,133,251). Sum of RGB (Red+Green+Blue) = 83+133+251=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #5385FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5385FB is #AC7A04. Grayscale: #828282. Windows color (decimal): -11303429 or 16483667. OLE color: 16483667.

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

Color convert

RGB 83 133 251 -
CMYK 0.67 0.47 0 0.02
HSL 222.14º 0.95% 0.65% -
HSV(B) 222.14º 0.67% 0.98% -
XYZ 29.37 25.58 94.66 -
YUV 131.5 195.44 93.41 -
System Red Green Blue C M Y K H S L
Decimal 83 133 251 0.67 0.47 0 0.02 222.14 0.95 0.65
Hex 53 85 FB 43 2F 0 2 DE 5F 41
Octal 123 205 373 103 57 0 2 336 137 101
Binary 1010011 10000101 11111011 1000011 101111 0 10 11011110 1011111 1000001

Color Harmonies of #5385FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5385FB

Black with #5385FB

Text Example


Text Example

White with #5385FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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