Html Css Color HEX #7C8CF8 Cornflower Blue

📋 copy color: '#7C8CF8'

red 124 ◦ green 140 ◦ blue 248

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

Shades of Cornflower Blue #7C8CF8

Tints of Cornflower Blue #7C8CF8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.34%

 BLUE value IS 248 (97.27% from 255) = 48.44%

R = 24.22%
G = 27.34%
B = 48.44%

CMYK

 C value IS 0.5

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7C8CF8 (or 0x7C8CF8) is known color: Cornflower Blue. HEX triplet: 7C, 8C and F8. RGB value is (124,140,248). Sum of RGB (Red+Green+Blue) = 124+140+248=512 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.22% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 248 (97.27% from 255 or 48.44% from 512); Max value from RGB is 248 - color contains mainly: blue. Hex color #7C8CF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C8CF8 is #837307. Grayscale: #939393. Windows color (decimal): -8614664 or 16288892. OLE color: 16288892.

HSL color Cylindrical-coordinate representation of color #7C8CF8: hue angle of 232.26º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C8CF8 is Cyan = 0.5, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 124 140 248 -
CMYK 0.5 0.44 0 0.03
HSL 232.26º 0.9% 0.73% -
HSV(B) 232.26º 0.5% 0.97% -
XYZ 34.63 29.82 92.74 -
YUV 147.53 184.7 111.22 -
System Red Green Blue C M Y K H S L
Decimal 124 140 248 0.5 0.44 0 0.03 232.26 0.9 0.73
Hex 7C 8C F8 32 2C 0 3 E8 5A 49
Octal 174 214 370 62 54 0 3 350 132 111
Binary 1111100 10001100 11111000 110010 101100 0 11 11101000 1011010 1001001

Color Harmonies of #7C8CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8CF8

Black with #7C8CF8

Text Example


Text Example

White with #7C8CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,140,248); }

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

background-color css

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

 a { background-color: rgb(124,140,248); }

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

border-color css

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

 span { border-color: rgb(124,140,248); }

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