Html Css Color HEX #7BA9FD Jordy Blue

📋 copy color: '#7BA9FD'

red 123 ◦ green 169 ◦ blue 253

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

Shades of Jordy Blue #7BA9FD

Tints of Jordy Blue #7BA9FD

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.01%

 BLUE value IS 253 (99.22% from 255) = 46.42%

R = 22.57%
G = 31.01%
B = 46.42%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7BA9FD (or 0x7BA9FD) is known color: Jordy Blue. HEX triplet: 7B, A9 and FD. RGB value is (123,169,253). Sum of RGB (Red+Green+Blue) = 123+169+253=545 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.57% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BA9FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA9FD is #845602. Grayscale: #A4A4A4. Windows color (decimal): -8672771 or 16623995. OLE color: 16623995.

HSL color Cylindrical-coordinate representation of color #7BA9FD: hue angle of 218.77º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BA9FD is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 123 169 253 -
CMYK 0.51 0.33 0 0.01
HSL 218.77º 0.97% 0.74% -
HSV(B) 218.77º 0.51% 0.99% -
XYZ 40.09 39.68 98.47 -
YUV 164.82 177.76 98.17 -
System Red Green Blue C M Y K H S L
Decimal 123 169 253 0.51 0.33 0 0.01 218.77 0.97 0.74
Hex 7B A9 FD 33 21 0 1 DB 61 4A
Octal 173 251 375 63 41 0 1 333 141 112
Binary 1111011 10101001 11111101 110011 100001 0 1 11011011 1100001 1001010

Color Harmonies of #7BA9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA9FD

Black with #7BA9FD

Text Example


Text Example

White with #7BA9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,169,253); }

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

background-color css

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

 a { background-color: rgb(123,169,253); }

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

border-color css

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

 span { border-color: rgb(123,169,253); }

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