Html Css Color HEX #7DB7EA Jordy Blue

📋 copy color: '#7DB7EA'

red 125 ◦ green 183 ◦ blue 234

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

Shades of Jordy Blue #7DB7EA

Tints of Jordy Blue #7DB7EA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.76%

 BLUE value IS 234 (91.8% from 255) = 43.17%

R = 23.06%
G = 33.76%
B = 43.17%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7DB7EA (or 0x7DB7EA) is known color: Jordy Blue. HEX triplet: 7D, B7 and EA. RGB value is (125,183,234). Sum of RGB (Red+Green+Blue) = 125+183+234=542 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.06% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #7DB7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DB7EA is #824815. Grayscale: #ABABAB. Windows color (decimal): -8538134 or 15382397. OLE color: 15382397.

HSL color Cylindrical-coordinate representation of color #7DB7EA: hue angle of 208.07º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DB7EA is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 183 234 -
CMYK 0.47 0.22 0 0.08
HSL 208.07º 0.72% 0.7% -
HSV(B) 208.07º 0.47% 0.92% -
XYZ 40.24 44.17 84.25 -
YUV 171.47 163.28 94.85 -
System Red Green Blue C M Y K H S L
Decimal 125 183 234 0.47 0.22 0 0.08 208.07 0.72 0.7
Hex 7D B7 EA 2F 16 0 8 D0 48 46
Octal 175 267 352 57 26 0 10 320 110 106
Binary 1111101 10110111 11101010 101111 10110 0 1000 11010000 1001000 1000110

Color Harmonies of #7DB7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB7EA

Black with #7DB7EA

Text Example


Text Example

White with #7DB7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,183,234); }

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

background-color css

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

 a { background-color: rgb(125,183,234); }

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

border-color css

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

 span { border-color: rgb(125,183,234); }

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