Html Css Color HEX #7CA0FB Cornflower Blue

📋 copy color: '#7CA0FB'

red 124 ◦ green 160 ◦ blue 251

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

Shades of Cornflower Blue #7CA0FB

Tints of Cornflower Blue #7CA0FB

RGB

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

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

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

R = 23.18%
G = 29.91%
B = 46.92%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7CA0FB (or 0x7CA0FB) is known color: Cornflower Blue. HEX triplet: 7C, A0 and FB. RGB value is (124,160,251). Sum of RGB (Red+Green+Blue) = 124+160+251=535 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.18% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #7CA0FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CA0FB is #835F04. Grayscale: #9F9F9F. Windows color (decimal): -8609541 or 16490620. OLE color: 16490620.

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

Color convert

RGB 124 160 251 -
CMYK 0.51 0.36 0 0.02
HSL 222.99º 0.94% 0.74% -
HSV(B) 222.99º 0.51% 0.98% -
XYZ 38.3 36.39 96.27 -
YUV 159.61 179.57 102.6 -
System Red Green Blue C M Y K H S L
Decimal 124 160 251 0.51 0.36 0 0.02 222.99 0.94 0.74
Hex 7C A0 FB 33 24 0 2 DF 5E 4A
Octal 174 240 373 63 44 0 2 337 136 112
Binary 1111100 10100000 11111011 110011 100100 0 10 11011111 1011110 1001010

Color Harmonies of #7CA0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA0FB

Black with #7CA0FB

Text Example


Text Example

White with #7CA0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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