Html Css Color HEX #5285FD Cornflower Blue

📋 copy color: '#5285FD'

red 82 ◦ green 133 ◦ blue 253

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

Shades of Cornflower Blue #5285FD

Tints of Cornflower Blue #5285FD

RGB

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

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

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

R = 17.52%
G = 28.42%
B = 54.06%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5285FD (or 0x5285FD) is known color: Cornflower Blue. HEX triplet: 52, 85 and FD. RGB value is (82,133,253). Sum of RGB (Red+Green+Blue) = 82+133+253=468 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.52% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #5285FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5285FD is #AD7A02. Grayscale: #828282. Windows color (decimal): -11368963 or 16614738. OLE color: 16614738.

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

Color convert

RGB 82 133 253 -
CMYK 0.68 0.47 0 0.01
HSL 222.11º 0.98% 0.66% -
HSV(B) 222.11º 0.68% 0.99% -
XYZ 29.6 25.66 96.32 -
YUV 131.43 196.6 92.74 -
System Red Green Blue C M Y K H S L
Decimal 82 133 253 0.68 0.47 0 0.01 222.11 0.98 0.66
Hex 52 85 FD 44 2F 0 1 DE 62 42
Octal 122 205 375 104 57 0 1 336 142 102
Binary 1010010 10000101 11111101 1000100 101111 0 1 11011110 1100010 1000010

Color Harmonies of #5285FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5285FD

Black with #5285FD

Text Example


Text Example

White with #5285FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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