Html Css Color HEX #7D97FB Cornflower Blue

📋 copy color: '#7D97FB'

red 125 ◦ green 151 ◦ blue 251

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

Shades of Cornflower Blue #7D97FB

Tints of Cornflower Blue #7D97FB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.65%

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

R = 23.72%
G = 28.65%
B = 47.63%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D97FB (or 0x7D97FB) is known color: Cornflower Blue. HEX triplet: 7D, 97 and FB. RGB value is (125,151,251). Sum of RGB (Red+Green+Blue) = 125+151+251=527 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.72% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D97FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D97FB is #826804. Grayscale: #9A9A9A. Windows color (decimal): -8546309 or 16488317. OLE color: 16488317.

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

Color convert

RGB 125 151 251 -
CMYK 0.50 0.40 0 0.02
HSL 227.62º 0.94% 0.74% -
HSV(B) 227.62º 0.5% 0.98% -
XYZ 36.94 33.46 95.78 -
YUV 154.63 182.39 106.87 -
System Red Green Blue C M Y K H S L
Decimal 125 151 251 0.50 0.40 0 0.02 227.62 0.94 0.74
Hex 7D 97 FB 32 28 0 2 E4 5E 4A
Octal 175 227 373 62 50 0 2 344 136 112
Binary 1111101 10010111 11111011 110010 101000 0 10 11100100 1011110 1001010

Color Harmonies of #7D97FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D97FB

Black with #7D97FB

Text Example


Text Example

White with #7D97FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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