#7DA7FE

Color #7DA7FE Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7DA7FE

Tints of Jordy Blue #7DA7FE

Color information

#7DA7FE (or 0x7DA7FE) is unknown color: approx Jordy Blue. HEX triplet: 7D, A7 and FE. RGB value is (125,167,254). Sum of RGB (Red+Green+Blue) = 125+167+254=546 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.89% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DA7FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA7FE is #825801. Grayscale: #A3A3A3. Windows color (decimal): -8542210 or 16689021. OLE color: 16689021.

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

Color convert

RGB125167254-
CMYK0.510.3400.00
HSL220.47º98.47%74.31%-
HSV(B)220.47º50.79%99.61%-
XYZ40.1739.1599.21-
YUV164.36178.5999.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.89%
GREEN value IS 167 (65.62% from 255) = 30.59%
BLUE value IS 254 (99.61% from 255) = 46.52%
R=22.89%
G=30.59%
B=46.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1251672540.510.3400.00220.4798.4774.31
Hex7DA7FE332200dc624a
Octal175247376634200334142112
Binary11111011010011111111110110011100010001101110011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,167,254); }

 H1.HeaderClassName
 {
   color: #7DA7FE;
 }
 .AnyTagClassName
 {
   color: #7DA7FE;
 }
</style>
background-color css

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

 a { background-color: rgb(125,167,254); }

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

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

 span { border-color: rgb(125,167,254); }

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