Html Css Color HEX #7EA2FB Jordy Blue

📋 copy color: '#7EA2FB'

red 126 ◦ green 162 ◦ blue 251

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

Shades of Jordy Blue #7EA2FB

Tints of Jordy Blue #7EA2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.57%

R = 23.38%
G = 30.06%
B = 46.57%

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

#7EA2FB (or 0x7EA2FB) is known color: Jordy Blue. HEX triplet: 7E, A2 and FB. RGB value is (126,162,251). Sum of RGB (Red+Green+Blue) = 126+162+251=539 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.38% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #7EA2FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EA2FB is #815D04. Grayscale: #A0A0A0. Windows color (decimal): -8477957 or 16491134. OLE color: 16491134.

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

Color convert

RGB 126 162 251 -
CMYK 0.50 0.35 0 0.02
HSL 222.72º 0.94% 0.74% -
HSV(B) 222.72º 0.5% 0.98% -
XYZ 38.94 37.24 96.4 -
YUV 161.38 178.57 102.76 -
System Red Green Blue C M Y K H S L
Decimal 126 162 251 0.50 0.35 0 0.02 222.72 0.94 0.74
Hex 7E A2 FB 32 23 0 2 DF 5E 4A
Octal 176 242 373 62 43 0 2 337 136 112
Binary 1111110 10100010 11111011 110010 100011 0 10 11011111 1011110 1001010

Color Harmonies of #7EA2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA2FB

Black with #7EA2FB

Text Example


Text Example

White with #7EA2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,162,251); }

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

background-color css

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

 a { background-color: rgb(126,162,251); }

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

border-color css

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

 span { border-color: rgb(126,162,251); }

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