Html Css Color HEX #7D8DFD Cornflower Blue

📋 copy color: '#7D8DFD'

red 125 ◦ green 141 ◦ blue 253

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

Shades of Cornflower Blue #7D8DFD

Tints of Cornflower Blue #7D8DFD

RGB

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

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

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

R = 24.08%
G = 27.17%
B = 48.75%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D8DFD (or 0x7D8DFD) is known color: Cornflower Blue. HEX triplet: 7D, 8D and FD. RGB value is (125,141,253). Sum of RGB (Red+Green+Blue) = 125+141+253=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D8DFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8DFD is #827202. Grayscale: #949494. Windows color (decimal): -8548867 or 16616829. OLE color: 16616829.

HSL color Cylindrical-coordinate representation of color #7D8DFD: hue angle of 232.5º 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 #7D8DFD is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 141 253 -
CMYK 0.51 0.44 0 0.01
HSL 232.5º 0.97% 0.74% -
HSV(B) 232.5º 0.51% 0.99% -
XYZ 35.71 30.5 96.93 -
YUV 148.98 186.7 110.89 -
System Red Green Blue C M Y K H S L
Decimal 125 141 253 0.51 0.44 0 0.01 232.5 0.97 0.74
Hex 7D 8D FD 33 2C 0 1 E8 61 4A
Octal 175 215 375 63 54 0 1 350 141 112
Binary 1111101 10001101 11111101 110011 101100 0 1 11101000 1100001 1001010

Color Harmonies of #7D8DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8DFD

Black with #7D8DFD

Text Example


Text Example

White with #7D8DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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