Html Css Color HEX #7A8DFB Cornflower Blue

📋 copy color: '#7A8DFB'

red 122 ◦ green 141 ◦ blue 251

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

Shades of Cornflower Blue #7A8DFB

Tints of Cornflower Blue #7A8DFB

RGB

 RED value IS 122 (48.05% from 255) = 23.74%

 GREEN value IS 141 (55.47% from 255) = 27.43%

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

R = 23.74%
G = 27.43%
B = 48.83%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7A8DFB (or 0x7A8DFB) is known color: Cornflower Blue. HEX triplet: 7A, 8D and FB. RGB value is (122,141,251). Sum of RGB (Red+Green+Blue) = 122+141+251=514 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.74% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #7A8DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8DFB is #857204. Grayscale: #939393. Windows color (decimal): -8745477 or 16485754. OLE color: 16485754.

HSL color Cylindrical-coordinate representation of color #7A8DFB: hue angle of 231.16º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A8DFB is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 122 141 251 -
CMYK 0.51 0.44 0 0.02
HSL 231.16º 0.94% 0.73% -
HSV(B) 231.16º 0.51% 0.98% -
XYZ 34.96 30.15 95.24 -
YUV 147.86 186.21 109.56 -
System Red Green Blue C M Y K H S L
Decimal 122 141 251 0.51 0.44 0 0.02 231.16 0.94 0.73
Hex 7A 8D FB 33 2C 0 2 E7 5E 49
Octal 172 215 373 63 54 0 2 347 136 111
Binary 1111010 10001101 11111011 110011 101100 0 10 11100111 1011110 1001001

Color Harmonies of #7A8DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8DFB

Black with #7A8DFB

Text Example


Text Example

White with #7A8DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A8DFB; }

 p { color: rgb(122,141,251); }

 H1.HeaderClassName
 {
   color: #7A8DFB;
 }
 .AnyTagClassName
 {
   color: #7A8DFB;
 }
</style>

background-color css

<style>
 a { background-color: #7A8DFB; }

 a { background-color: rgb(122,141,251); }

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

border-color css

<style>
 span { border-color: #7A8DFB; }

 span { border-color: rgb(122,141,251); }

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