Html Css Color HEX #7DA3FA Jordy Blue

📋 copy color: '#7DA3FA'

red 125 ◦ green 163 ◦ blue 250

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

Shades of Jordy Blue #7DA3FA

Tints of Jordy Blue #7DA3FA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.3%

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

R = 23.23%
G = 30.3%
B = 46.47%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7DA3FA (or 0x7DA3FA) is known color: Jordy Blue. HEX triplet: 7D, A3 and FA. RGB value is (125,163,250). Sum of RGB (Red+Green+Blue) = 125+163+250=538 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.23% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DA3FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA3FA is #825C05. Grayscale: #A1A1A1. Windows color (decimal): -8543238 or 16425853. OLE color: 16425853.

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

Color convert

RGB 125 163 250 -
CMYK 0.50 0.35 0 0.02
HSL 221.76º 0.93% 0.74% -
HSV(B) 221.76º 0.5% 0.98% -
XYZ 38.81 37.46 95.63 -
YUV 161.56 177.91 101.93 -
System Red Green Blue C M Y K H S L
Decimal 125 163 250 0.50 0.35 0 0.02 221.76 0.93 0.74
Hex 7D A3 FA 32 23 0 2 DE 5D 4A
Octal 175 243 372 62 43 0 2 336 135 112
Binary 1111101 10100011 11111010 110010 100011 0 10 11011110 1011101 1001010

Color Harmonies of #7DA3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA3FA

Black with #7DA3FA

Text Example


Text Example

White with #7DA3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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