Html Css Color HEX #7D9DFB Cornflower Blue

📋 copy color: '#7D9DFB'

red 125 ◦ green 157 ◦ blue 251

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

Shades of Cornflower Blue #7D9DFB

Tints of Cornflower Blue #7D9DFB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.46%

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

R = 23.45%
G = 29.46%
B = 47.09%

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

#7D9DFB (or 0x7D9DFB) is known color: Cornflower Blue. HEX triplet: 7D, 9D and FB. RGB value is (125,157,251). Sum of RGB (Red+Green+Blue) = 125+157+251=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D9DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9DFB is #826204. Grayscale: #9D9D9D. Windows color (decimal): -8544773 or 16489853. OLE color: 16489853.

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

Color convert

RGB 125 157 251 -
CMYK 0.50 0.37 0 0.02
HSL 224.76º 0.94% 0.74% -
HSV(B) 224.76º 0.5% 0.98% -
XYZ 37.93 35.44 96.11 -
YUV 158.15 180.4 104.36 -
System Red Green Blue C M Y K H S L
Decimal 125 157 251 0.50 0.37 0 0.02 224.76 0.94 0.74
Hex 7D 9D FB 32 25 0 2 E1 5E 4A
Octal 175 235 373 62 45 0 2 341 136 112
Binary 1111101 10011101 11111011 110010 100101 0 10 11100001 1011110 1001010

Color Harmonies of #7D9DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9DFB

Black with #7D9DFB

Text Example


Text Example

White with #7D9DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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