Html Css Color HEX #7EA8EF Jordy Blue

📋 copy color: '#7EA8EF'

red 126 ◦ green 168 ◦ blue 239

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

Shades of Jordy Blue #7EA8EF

Tints of Jordy Blue #7EA8EF

RGB

 RED value IS 126 (49.61% from 255) = 23.64%

 GREEN value IS 168 (66.02% from 255) = 31.52%

 BLUE value IS 239 (93.75% from 255) = 44.84%

R = 23.64%
G = 31.52%
B = 44.84%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7EA8EF (or 0x7EA8EF) is known color: Jordy Blue. HEX triplet: 7E, A8 and EF. RGB value is (126,168,239). Sum of RGB (Red+Green+Blue) = 126+168+239=533 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.64% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #7EA8EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EA8EF is #815710. Grayscale: #A3A3A3. Windows color (decimal): -8476433 or 15706238. OLE color: 15706238.

HSL color Cylindrical-coordinate representation of color #7EA8EF: hue angle of 217.7º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EA8EF is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 126 168 239 -
CMYK 0.47 0.30 0 0.06
HSL 217.7º 0.78% 0.72% -
HSV(B) 217.7º 0.47% 0.94% -
XYZ 38.19 38.67 87.11 -
YUV 163.54 170.59 101.23 -
System Red Green Blue C M Y K H S L
Decimal 126 168 239 0.47 0.30 0 0.06 217.7 0.78 0.72
Hex 7E A8 EF 2F 1E 0 6 DA 4E 48
Octal 176 250 357 57 36 0 6 332 116 110
Binary 1111110 10101000 11101111 101111 11110 0 110 11011010 1001110 1001000

Color Harmonies of #7EA8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA8EF

Black with #7EA8EF

Text Example


Text Example

White with #7EA8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,168,239); }

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

background-color css

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

 a { background-color: rgb(126,168,239); }

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

border-color css

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

 span { border-color: rgb(126,168,239); }

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