Html Css Color HEX #7A90FD Cornflower Blue

📋 copy color: '#7A90FD'

red 122 ◦ green 144 ◦ blue 253

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

Shades of Cornflower Blue #7A90FD

Tints of Cornflower Blue #7A90FD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.75%

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

R = 23.51%
G = 27.75%
B = 48.75%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7A90FD (or 0x7A90FD) is known color: Cornflower Blue. HEX triplet: 7A, 90 and FD. RGB value is (122,144,253). Sum of RGB (Red+Green+Blue) = 122+144+253=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A90FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A90FD is #856F02. Grayscale: #959595. Windows color (decimal): -8744707 or 16617594. OLE color: 16617594.

HSL color Cylindrical-coordinate representation of color #7A90FD: hue angle of 229.92º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A90FD is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 144 253 -
CMYK 0.52 0.43 0 0.01
HSL 229.92º 0.97% 0.74% -
HSV(B) 229.92º 0.52% 0.99% -
XYZ 35.73 31.18 97.06 -
YUV 149.85 186.21 108.14 -
System Red Green Blue C M Y K H S L
Decimal 122 144 253 0.52 0.43 0 0.01 229.92 0.97 0.74
Hex 7A 90 FD 34 2B 0 1 E6 61 4A
Octal 172 220 375 64 53 0 1 346 141 112
Binary 1111010 10010000 11111101 110100 101011 0 1 11100110 1100001 1001010

Color Harmonies of #7A90FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A90FD

Black with #7A90FD

Text Example


Text Example

White with #7A90FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,144,253); }

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

background-color css

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

 a { background-color: rgb(122,144,253); }

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

border-color css

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

 span { border-color: rgb(122,144,253); }

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