Html Css Color HEX #7BA8FE Jordy Blue

📋 copy color: '#7BA8FE'

red 123 ◦ green 168 ◦ blue 254

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

Shades of Jordy Blue #7BA8FE

Tints of Jordy Blue #7BA8FE

RGB

 RED value IS 123 (48.44% from 255) = 22.57%

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

 BLUE value IS 254 (99.61% from 255) = 46.61%

R = 22.57%
G = 30.83%
B = 46.61%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7BA8FE (or 0x7BA8FE) is known color: Jordy Blue. HEX triplet: 7B, A8 and FE. RGB value is (123,168,254). Sum of RGB (Red+Green+Blue) = 123+168+254=545 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.57% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BA8FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA8FE is #845701. Grayscale: #A3A3A3. Windows color (decimal): -8673026 or 16689275. OLE color: 16689275.

HSL color Cylindrical-coordinate representation of color #7BA8FE: hue angle of 219.39º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BA8FE is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 123 168 254 -
CMYK 0.52 0.34 0 0.00
HSL 219.39º 0.98% 0.74% -
HSV(B) 219.39º 0.52% 1% -
XYZ 40.06 39.37 99.25 -
YUV 164.35 178.59 98.51 -
System Red Green Blue C M Y K H S L
Decimal 123 168 254 0.52 0.34 0 0.00 219.39 0.98 0.74
Hex 7B A8 FE 34 22 0 0 DB 62 4A
Octal 173 250 376 64 42 0 0 333 142 112
Binary 1111011 10101000 11111110 110100 100010 0 0 11011011 1100010 1001010

Color Harmonies of #7BA8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA8FE

Black with #7BA8FE

Text Example


Text Example

White with #7BA8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,168,254); }

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

background-color css

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

 a { background-color: rgb(123,168,254); }

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

border-color css

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

 span { border-color: rgb(123,168,254); }

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