Html Css Color HEX #7DA6FA Jordy Blue

📋 copy color: '#7DA6FA'

red 125 ◦ green 166 ◦ blue 250

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

Shades of Jordy Blue #7DA6FA

Tints of Jordy Blue #7DA6FA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.68%

 BLUE value IS 250 (98.05% from 255) = 46.21%

R = 23.11%
G = 30.68%
B = 46.21%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7DA6FA (or 0x7DA6FA) is known color: Jordy Blue. HEX triplet: 7D, A6 and FA. RGB value is (125,166,250). Sum of RGB (Red+Green+Blue) = 125+166+250=541 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.11% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DA6FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA6FA is #825905. Grayscale: #A2A2A2. Windows color (decimal): -8542470 or 16426621. OLE color: 16426621.

HSL color Cylindrical-coordinate representation of color #7DA6FA: hue angle of 220.32º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DA6FA is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 166 250 -
CMYK 0.50 0.34 0 0.02
HSL 220.32º 0.93% 0.74% -
HSV(B) 220.32º 0.5% 0.98% -
XYZ 39.35 38.53 95.81 -
YUV 163.32 176.92 100.67 -
System Red Green Blue C M Y K H S L
Decimal 125 166 250 0.50 0.34 0 0.02 220.32 0.93 0.74
Hex 7D A6 FA 32 22 0 2 DC 5D 4A
Octal 175 246 372 62 42 0 2 334 135 112
Binary 1111101 10100110 11111010 110010 100010 0 10 11011100 1011101 1001010

Color Harmonies of #7DA6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA6FA

Black with #7DA6FA

Text Example


Text Example

White with #7DA6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,166,250); }

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

background-color css

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

 a { background-color: rgb(125,166,250); }

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

border-color css

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

 span { border-color: rgb(125,166,250); }

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