Html Css Color HEX #7D8EFC Cornflower Blue

📋 copy color: '#7D8EFC'

red 125 ◦ green 142 ◦ blue 252

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

Shades of Cornflower Blue #7D8EFC

Tints of Cornflower Blue #7D8EFC

RGB

 RED value IS 125 (49.22% from 255) = 24.08%

 GREEN value IS 142 (55.86% from 255) = 27.36%

 BLUE value IS 252 (98.83% from 255) = 48.55%

R = 24.08%
G = 27.36%
B = 48.55%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D8EFC (or 0x7D8EFC) is known color: Cornflower Blue. HEX triplet: 7D, 8E and FC. RGB value is (125,142,252). Sum of RGB (Red+Green+Blue) = 125+142+252=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D8EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8EFC is #827103. Grayscale: #959595. Windows color (decimal): -8548612 or 16551549. OLE color: 16551549.

HSL color Cylindrical-coordinate representation of color #7D8EFC: hue angle of 231.97º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D8EFC is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 142 252 -
CMYK 0.50 0.44 0 0.01
HSL 231.97º 0.95% 0.74% -
HSV(B) 231.97º 0.5% 0.99% -
XYZ 35.7 30.73 96.15 -
YUV 149.46 185.87 110.56 -
System Red Green Blue C M Y K H S L
Decimal 125 142 252 0.50 0.44 0 0.01 231.97 0.95 0.74
Hex 7D 8E FC 32 2C 0 1 E8 5F 4A
Octal 175 216 374 62 54 0 1 350 137 112
Binary 1111101 10001110 11111100 110010 101100 0 1 11101000 1011111 1001010

Color Harmonies of #7D8EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8EFC

Black with #7D8EFC

Text Example


Text Example

White with #7D8EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,142,252); }

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

background-color css

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

 a { background-color: rgb(125,142,252); }

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

border-color css

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

 span { border-color: rgb(125,142,252); }

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