Html Css Color HEX #7485FA Cornflower Blue

📋 copy color: '#7485FA'

red 116 ◦ green 133 ◦ blue 250

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

Shades of Cornflower Blue #7485FA

Tints of Cornflower Blue #7485FA

RGB

 RED value IS 116 (45.7% from 255) = 23.25%

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

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

R = 23.25%
G = 26.65%
B = 50.1%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7485FA (or 0x7485FA) is known color: Cornflower Blue. HEX triplet: 74, 85 and FA. RGB value is (116,133,250). Sum of RGB (Red+Green+Blue) = 116+133+250=499 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.25% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #7485FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7485FA is #8B7A05. Grayscale: #8C8C8C. Windows color (decimal): -9140742 or 16418164. OLE color: 16418164.

HSL color Cylindrical-coordinate representation of color #7485FA: hue angle of 232.39º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7485FA is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 133 250 -
CMYK 0.54 0.47 0 0.02
HSL 232.39º 0.93% 0.72% -
HSV(B) 232.39º 0.54% 0.98% -
XYZ 32.85 27.39 94 -
YUV 141.26 189.37 109.99 -
System Red Green Blue C M Y K H S L
Decimal 116 133 250 0.54 0.47 0 0.02 232.39 0.93 0.72
Hex 74 85 FA 36 2F 0 2 E8 5D 48
Octal 164 205 372 66 57 0 2 350 135 110
Binary 1110100 10000101 11111010 110110 101111 0 10 11101000 1011101 1001000

Color Harmonies of #7485FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7485FA

Black with #7485FA

Text Example


Text Example

White with #7485FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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