Html Css Color HEX #7D94FF Cornflower Blue

📋 copy color: '#7D94FF'

red 125 ◦ green 148 ◦ blue 255

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

Shades of Cornflower Blue #7D94FF

Tints of Cornflower Blue #7D94FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.3%

R = 23.67%
G = 28.03%
B = 48.3%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7D94FF (or 0x7D94FF) is known color: Cornflower Blue. HEX triplet: 7D, 94 and FF. RGB value is (125,148,255). Sum of RGB (Red+Green+Blue) = 125+148+255=528 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.67% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D94FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D94FF is #826B00. Grayscale: #989898. Windows color (decimal): -8547073 or 16749693. OLE color: 16749693.

HSL color Cylindrical-coordinate representation of color #7D94FF: hue angle of 229.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D94FF is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 125 148 255 -
CMYK 0.51 0.42 0 0
HSL 229.38º 1% 0.75% -
HSV(B) 229.38º 0.51% 1% -
XYZ 37.1 32.76 98.98 -
YUV 153.32 185.38 107.8 -
System Red Green Blue C M Y K H S L
Decimal 125 148 255 0.51 0.42 0 0 229.38 1 0.75
Hex 7D 94 FF 33 2A 0 0 E5 64 4B
Octal 175 224 377 63 52 0 0 345 144 113
Binary 1111101 10010100 11111111 110011 101010 0 0 11100101 1100100 1001011

Color Harmonies of #7D94FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D94FF

Black with #7D94FF

Text Example


Text Example

White with #7D94FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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