Html Css Color HEX #7BAFF0 Jordy Blue

📋 copy color: '#7BAFF0'

red 123 ◦ green 175 ◦ blue 240

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

Shades of Jordy Blue #7BAFF0

Tints of Jordy Blue #7BAFF0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.53%

 BLUE value IS 240 (94.14% from 255) = 44.61%

R = 22.86%
G = 32.53%
B = 44.61%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7BAFF0 (or 0x7BAFF0) is known color: Jordy Blue. HEX triplet: 7B, AF and F0. RGB value is (123,175,240). Sum of RGB (Red+Green+Blue) = 123+175+240=538 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.86% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #7BAFF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAFF0 is #84500F. Grayscale: #A6A6A6. Windows color (decimal): -8671248 or 15773563. OLE color: 15773563.

HSL color Cylindrical-coordinate representation of color #7BAFF0: hue angle of 213.33º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BAFF0 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 175 240 -
CMYK 0.49 0.27 0 0.06
HSL 213.33º 0.8% 0.71% -
HSV(B) 213.33º 0.49% 0.94% -
XYZ 39.23 41.16 88.32 -
YUV 166.86 169.27 96.71 -
System Red Green Blue C M Y K H S L
Decimal 123 175 240 0.49 0.27 0 0.06 213.33 0.8 0.71
Hex 7B AF F0 31 1B 0 6 D5 50 47
Octal 173 257 360 61 33 0 6 325 120 107
Binary 1111011 10101111 11110000 110001 11011 0 110 11010101 1010000 1000111

Color Harmonies of #7BAFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAFF0

Black with #7BAFF0

Text Example


Text Example

White with #7BAFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,175,240); }

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

background-color css

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

 a { background-color: rgb(123,175,240); }

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

border-color css

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

 span { border-color: rgb(123,175,240); }

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