Html Css Color HEX #7DA3F4 Jordy Blue

📋 copy color: '#7DA3F4'

red 125 ◦ green 163 ◦ blue 244

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

Shades of Jordy Blue #7DA3F4

Tints of Jordy Blue #7DA3F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 45.86%

R = 23.5%
G = 30.64%
B = 45.86%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7DA3F4 (or 0x7DA3F4) is known color: Jordy Blue. HEX triplet: 7D, A3 and F4. RGB value is (125,163,244). Sum of RGB (Red+Green+Blue) = 125+163+244=532 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.50% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 244 (95.70% from 255 or 45.86% from 532); Max value from RGB is 244 - color contains mainly: blue. Hex color #7DA3F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA3F4 is #825C0B. Grayscale: #A0A0A0. Windows color (decimal): -8543244 or 16032637. OLE color: 16032637.

HSL color Cylindrical-coordinate representation of color #7DA3F4: hue angle of 220.84º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DA3F4 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 125 163 244 -
CMYK 0.49 0.33 0 0.04
HSL 220.84º 0.84% 0.72% -
HSV(B) 220.84º 0.49% 0.96% -
XYZ 37.88 37.09 90.75 -
YUV 160.87 174.91 102.41 -
System Red Green Blue C M Y K H S L
Decimal 125 163 244 0.49 0.33 0 0.04 220.84 0.84 0.72
Hex 7D A3 F4 31 21 0 4 DD 54 48
Octal 175 243 364 61 41 0 4 335 124 110
Binary 1111101 10100011 11110100 110001 100001 0 100 11011101 1010100 1001000

Color Harmonies of #7DA3F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA3F4

Black with #7DA3F4

Text Example


Text Example

White with #7DA3F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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