Html Css Color HEX #7DB7EE Jordy Blue

📋 copy color: '#7DB7EE'

red 125 ◦ green 183 ◦ blue 238

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

Shades of Jordy Blue #7DB7EE

Tints of Jordy Blue #7DB7EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.59%

R = 22.89%
G = 33.52%
B = 43.59%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7DB7EE (or 0x7DB7EE) is known color: Jordy Blue. HEX triplet: 7D, B7 and EE. RGB value is (125,183,238). Sum of RGB (Red+Green+Blue) = 125+183+238=546 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.89% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #7DB7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DB7EE is #824811. Grayscale: #ABABAB. Windows color (decimal): -8538130 or 15644541. OLE color: 15644541.

HSL color Cylindrical-coordinate representation of color #7DB7EE: hue angle of 209.2º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DB7EE is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 183 238 -
CMYK 0.47 0.23 0 0.07
HSL 209.2º 0.77% 0.71% -
HSV(B) 209.2º 0.47% 0.93% -
XYZ 40.82 44.4 87.31 -
YUV 171.93 165.28 94.53 -
System Red Green Blue C M Y K H S L
Decimal 125 183 238 0.47 0.23 0 0.07 209.2 0.77 0.71
Hex 7D B7 EE 2F 17 0 7 D1 4D 47
Octal 175 267 356 57 27 0 7 321 115 107
Binary 1111101 10110111 11101110 101111 10111 0 111 11010001 1001101 1000111

Color Harmonies of #7DB7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB7EE

Black with #7DB7EE

Text Example


Text Example

White with #7DB7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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