Html Css Color HEX #5285FA Cornflower Blue

📋 copy color: '#5285FA'

red 82 ◦ green 133 ◦ blue 250

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

Shades of Cornflower Blue #5285FA

Tints of Cornflower Blue #5285FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.76%

R = 17.63%
G = 28.6%
B = 53.76%

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

#5285FA (or 0x5285FA) is known color: Cornflower Blue. HEX triplet: 52, 85 and FA. RGB value is (82,133,250). Sum of RGB (Red+Green+Blue) = 82+133+250=465 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.63% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #5285FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5285FA is #AD7A05. Grayscale: #828282. Windows color (decimal): -11368966 or 16418130. OLE color: 16418130.

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

Color convert

RGB 82 133 250 -
CMYK 0.67 0.47 0 0.02
HSL 221.79º 0.94% 0.65% -
HSV(B) 221.79º 0.67% 0.98% -
XYZ 29.12 25.47 93.82 -
YUV 131.09 195.1 92.99 -
System Red Green Blue C M Y K H S L
Decimal 82 133 250 0.67 0.47 0 0.02 221.79 0.94 0.65
Hex 52 85 FA 43 2F 0 2 DE 5E 41
Octal 122 205 372 103 57 0 2 336 136 101
Binary 1010010 10000101 11111010 1000011 101111 0 10 11011110 1011110 1000001

Color Harmonies of #5285FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5285FA

Black with #5285FA

Text Example


Text Example

White with #5285FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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