Html Css Color HEX #7D9EFB Cornflower Blue

📋 copy color: '#7D9EFB'

red 125 ◦ green 158 ◦ blue 251

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

Shades of Cornflower Blue #7D9EFB

Tints of Cornflower Blue #7D9EFB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.59%

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

R = 23.41%
G = 29.59%
B = 47%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D9EFB (or 0x7D9EFB) is known color: Cornflower Blue. HEX triplet: 7D, 9E and FB. RGB value is (125,158,251). Sum of RGB (Red+Green+Blue) = 125+158+251=534 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.41% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D9EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9EFB is #826104. Grayscale: #9E9E9E. Windows color (decimal): -8544517 or 16490109. OLE color: 16490109.

HSL color Cylindrical-coordinate representation of color #7D9EFB: hue angle of 224.29º 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 #7D9EFB is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 158 251 -
CMYK 0.50 0.37 0 0.02
HSL 224.29º 0.94% 0.74% -
HSV(B) 224.29º 0.5% 0.98% -
XYZ 38.1 35.78 96.16 -
YUV 158.74 180.07 103.94 -
System Red Green Blue C M Y K H S L
Decimal 125 158 251 0.50 0.37 0 0.02 224.29 0.94 0.74
Hex 7D 9E FB 32 25 0 2 E0 5E 4A
Octal 175 236 373 62 45 0 2 340 136 112
Binary 1111101 10011110 11111011 110010 100101 0 10 11100000 1011110 1001010

Color Harmonies of #7D9EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9EFB

Black with #7D9EFB

Text Example


Text Example

White with #7D9EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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