Html Css Color HEX #7BA4DA Jordy Blue

📋 copy color: '#7BA4DA'

red 123 ◦ green 164 ◦ blue 218

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

Shades of Jordy Blue #7BA4DA

Tints of Jordy Blue #7BA4DA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.48%

 BLUE value IS 218 (85.55% from 255) = 43.17%

R = 24.36%
G = 32.48%
B = 43.17%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7BA4DA (or 0x7BA4DA) is known color: Jordy Blue. HEX triplet: 7B, A4 and DA. RGB value is (123,164,218). Sum of RGB (Red+Green+Blue) = 123+164+218=505 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.36% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #7BA4DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA4DA is #845B25. Grayscale: #9D9D9D. Windows color (decimal): -8674086 or 14328955. OLE color: 14328955.

HSL color Cylindrical-coordinate representation of color #7BA4DA: hue angle of 214.11º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BA4DA is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 123 164 218 -
CMYK 0.44 0.25 0 0.15
HSL 214.11º 0.56% 0.67% -
HSV(B) 214.11º 0.44% 0.85% -
XYZ 34.1 35.82 71.45 -
YUV 157.9 161.92 103.11 -
System Red Green Blue C M Y K H S L
Decimal 123 164 218 0.44 0.25 0 0.15 214.11 0.56 0.67
Hex 7B A4 DA 2C 19 0 F D6 38 43
Octal 173 244 332 54 31 0 17 326 70 103
Binary 1111011 10100100 11011010 101100 11001 0 1111 11010110 111000 1000011

Color Harmonies of #7BA4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA4DA

Black with #7BA4DA

Text Example


Text Example

White with #7BA4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,164,218); }

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

background-color css

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

 a { background-color: rgb(123,164,218); }

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

border-color css

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

 span { border-color: rgb(123,164,218); }

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