Html Css Color HEX #7DA2FA Jordy Blue

📋 copy color: '#7DA2FA'

red 125 ◦ green 162 ◦ blue 250

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

Shades of Jordy Blue #7DA2FA

Tints of Jordy Blue #7DA2FA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.17%

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

R = 23.28%
G = 30.17%
B = 46.55%

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

#7DA2FA (or 0x7DA2FA) is known color: Jordy Blue. HEX triplet: 7D, A2 and FA. RGB value is (125,162,250). Sum of RGB (Red+Green+Blue) = 125+162+250=537 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.28% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DA2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA2FA is #825D05. Grayscale: #A0A0A0. Windows color (decimal): -8543494 or 16425597. OLE color: 16425597.

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

Color convert

RGB 125 162 250 -
CMYK 0.50 0.35 0 0.02
HSL 222.24º 0.93% 0.74% -
HSV(B) 222.24º 0.5% 0.98% -
XYZ 38.63 37.1 95.57 -
YUV 160.97 178.24 102.34 -
System Red Green Blue C M Y K H S L
Decimal 125 162 250 0.50 0.35 0 0.02 222.24 0.93 0.74
Hex 7D A2 FA 32 23 0 2 DE 5D 4A
Octal 175 242 372 62 43 0 2 336 135 112
Binary 1111101 10100010 11111010 110010 100011 0 10 11011110 1011101 1001010

Color Harmonies of #7DA2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA2FA

Black with #7DA2FA

Text Example


Text Example

White with #7DA2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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