Html Css Color HEX #7D8DFB Cornflower Blue

📋 copy color: '#7D8DFB'

red 125 ◦ green 141 ◦ blue 251

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

Shades of Cornflower Blue #7D8DFB

Tints of Cornflower Blue #7D8DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.27%

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

R = 24.18%
G = 27.27%
B = 48.55%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D8DFB (or 0x7D8DFB) is known color: Cornflower Blue. HEX triplet: 7D, 8D and FB. RGB value is (125,141,251). Sum of RGB (Red+Green+Blue) = 125+141+251=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D8DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8DFB is #827204. Grayscale: #949494. Windows color (decimal): -8548869 or 16485757. OLE color: 16485757.

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

Color convert

RGB 125 141 251 -
CMYK 0.50 0.44 0 0.02
HSL 232.38º 0.94% 0.74% -
HSV(B) 232.38º 0.5% 0.98% -
XYZ 35.39 30.37 95.26 -
YUV 148.76 185.7 111.06 -
System Red Green Blue C M Y K H S L
Decimal 125 141 251 0.50 0.44 0 0.02 232.38 0.94 0.74
Hex 7D 8D FB 32 2C 0 2 E8 5E 4A
Octal 175 215 373 62 54 0 2 350 136 112
Binary 1111101 10001101 11111011 110010 101100 0 10 11101000 1011110 1001010

Color Harmonies of #7D8DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8DFB

Black with #7D8DFB

Text Example


Text Example

White with #7D8DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,141,251); }

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

background-color css

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

 a { background-color: rgb(125,141,251); }

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

border-color css

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

 span { border-color: rgb(125,141,251); }

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