Html Css Color HEX #7D98FC Cornflower Blue

📋 copy color: '#7D98FC'

red 125 ◦ green 152 ◦ blue 252

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

Shades of Cornflower Blue #7D98FC

Tints of Cornflower Blue #7D98FC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.73%

 BLUE value IS 252 (98.83% from 255) = 47.64%

R = 23.63%
G = 28.73%
B = 47.64%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D98FC (or 0x7D98FC) is known color: Cornflower Blue. HEX triplet: 7D, 98 and FC. RGB value is (125,152,252). Sum of RGB (Red+Green+Blue) = 125+152+252=529 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.63% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D98FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D98FC is #826703. Grayscale: #9A9A9A. Windows color (decimal): -8546052 or 16554109. OLE color: 16554109.

HSL color Cylindrical-coordinate representation of color #7D98FC: hue angle of 227.24º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D98FC is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 152 252 -
CMYK 0.50 0.40 0 0.01
HSL 227.24º 0.95% 0.74% -
HSV(B) 227.24º 0.5% 0.99% -
XYZ 37.26 33.84 96.66 -
YUV 155.33 182.55 106.37 -
System Red Green Blue C M Y K H S L
Decimal 125 152 252 0.50 0.40 0 0.01 227.24 0.95 0.74
Hex 7D 98 FC 32 28 0 1 E3 5F 4A
Octal 175 230 374 62 50 0 1 343 137 112
Binary 1111101 10011000 11111100 110010 101000 0 1 11100011 1011111 1001010

Color Harmonies of #7D98FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D98FC

Black with #7D98FC

Text Example


Text Example

White with #7D98FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,152,252); }

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

background-color css

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

 a { background-color: rgb(125,152,252); }

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

border-color css

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

 span { border-color: rgb(125,152,252); }

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