Html Css Color HEX #7D94FC Cornflower Blue

📋 copy color: '#7D94FC'

red 125 ◦ green 148 ◦ blue 252

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

Shades of Cornflower Blue #7D94FC

Tints of Cornflower Blue #7D94FC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.19%

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

R = 23.81%
G = 28.19%
B = 48%

CMYK

 C value IS 0.50

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D94FC (or 0x7D94FC) is known color: Cornflower Blue. HEX triplet: 7D, 94 and FC. RGB value is (125,148,252). Sum of RGB (Red+Green+Blue) = 125+148+252=525 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.81% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D94FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D94FC is #826B03. Grayscale: #989898. Windows color (decimal): -8547076 or 16553085. OLE color: 16553085.

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

Color convert

RGB 125 148 252 -
CMYK 0.50 0.41 0 0.01
HSL 229.13º 0.95% 0.74% -
HSV(B) 229.13º 0.5% 0.99% -
XYZ 36.62 32.57 96.45 -
YUV 152.98 183.88 108.04 -
System Red Green Blue C M Y K H S L
Decimal 125 148 252 0.50 0.41 0 0.01 229.13 0.95 0.74
Hex 7D 94 FC 32 29 0 1 E5 5F 4A
Octal 175 224 374 62 51 0 1 345 137 112
Binary 1111101 10010100 11111100 110010 101001 0 1 11100101 1011111 1001010

Color Harmonies of #7D94FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D94FC

Black with #7D94FC

Text Example


Text Example

White with #7D94FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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