Html Css Color HEX #5385FD Cornflower Blue

📋 copy color: '#5385FD'

red 83 ◦ green 133 ◦ blue 253

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

Shades of Cornflower Blue #5385FD

Tints of Cornflower Blue #5385FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.94%

R = 17.7%
G = 28.36%
B = 53.94%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5385FD (or 0x5385FD) is known color: Cornflower Blue. HEX triplet: 53, 85 and FD. RGB value is (83,133,253). Sum of RGB (Red+Green+Blue) = 83+133+253=469 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.70% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #5385FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5385FD is #AC7A02. Grayscale: #838383. Windows color (decimal): -11303427 or 16614739. OLE color: 16614739.

HSL color Cylindrical-coordinate representation of color #5385FD: hue angle of 222.35º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5385FD is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 133 253 -
CMYK 0.67 0.47 0 0.01
HSL 222.35º 0.98% 0.66% -
HSV(B) 222.35º 0.67% 0.99% -
XYZ 29.68 25.71 96.33 -
YUV 131.73 196.44 93.24 -
System Red Green Blue C M Y K H S L
Decimal 83 133 253 0.67 0.47 0 0.01 222.35 0.98 0.66
Hex 53 85 FD 43 2F 0 1 DE 62 42
Octal 123 205 375 103 57 0 1 336 142 102
Binary 1010011 10000101 11111101 1000011 101111 0 1 11011110 1100010 1000010

Color Harmonies of #5385FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5385FD

Black with #5385FD

Text Example


Text Example

White with #5385FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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