Html Css Color HEX #7CA0FD Cornflower Blue

📋 copy color: '#7CA0FD'

red 124 ◦ green 160 ◦ blue 253

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

Shades of Cornflower Blue #7CA0FD

Tints of Cornflower Blue #7CA0FD

RGB

 RED value IS 124 (48.83% from 255) = 23.09%

 GREEN value IS 160 (62.89% from 255) = 29.8%

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

R = 23.09%
G = 29.8%
B = 47.11%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7CA0FD (or 0x7CA0FD) is known color: Cornflower Blue. HEX triplet: 7C, A0 and FD. RGB value is (124,160,253). Sum of RGB (Red+Green+Blue) = 124+160+253=537 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.09% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #7CA0FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CA0FD is #835F02. Grayscale: #9F9F9F. Windows color (decimal): -8609539 or 16621692. OLE color: 16621692.

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

Color convert

RGB 124 160 253 -
CMYK 0.51 0.37 0 0.01
HSL 223.26º 0.97% 0.74% -
HSV(B) 223.26º 0.51% 0.99% -
XYZ 38.61 36.52 97.94 -
YUV 159.84 180.57 102.44 -
System Red Green Blue C M Y K H S L
Decimal 124 160 253 0.51 0.37 0 0.01 223.26 0.97 0.74
Hex 7C A0 FD 33 25 0 1 DF 61 4A
Octal 174 240 375 63 45 0 1 337 141 112
Binary 1111100 10100000 11111101 110011 100101 0 1 11011111 1100001 1001010

Color Harmonies of #7CA0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA0FD

Black with #7CA0FD

Text Example


Text Example

White with #7CA0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,160,253); }

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

background-color css

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

 a { background-color: rgb(124,160,253); }

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

border-color css

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

 span { border-color: rgb(124,160,253); }

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