#7DA4FE

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

Shades of Jordy Blue #7DA4FE

Tints of Jordy Blue #7DA4FE

Color information

#7DA4FE (or 0x7DA4FE) is unknown color: approx Jordy Blue. HEX triplet: 7D, A4 and FE. RGB value is (125,164,254). Sum of RGB (Red+Green+Blue) = 125+164+254=543 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.02% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DA4FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA4FE is #825B01. Grayscale: #A2A2A2. Windows color (decimal): -8542978 or 16688253. OLE color: 16688253.

HSL color Cylindrical-coordinate representation of color #7DA4FE: hue angle of 221.86º 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 #7DA4FE is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB125164254-
CMYK0.510.3500.00
HSL221.86º98.47%74.31%-
HSV(B)221.86º50.79%99.61%-
XYZ39.6238.0799.03-
YUV162.6179.58101.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.02%
GREEN value IS 164 (64.45% from 255) = 30.20%
BLUE value IS 254 (99.61% from 255) = 46.78%
R=23.02%
G=30.20%
B=46.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1251642540.510.3500.00221.8698.4774.31
Hex7DA4FE332300de624a
Octal175244376634300336142112
Binary11111011010010011111110110011100011001101111011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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