Html Css Color HEX #7AB0F3 Jordy Blue

📋 copy color: '#7AB0F3'

red 122 ◦ green 176 ◦ blue 243

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

Shades of Jordy Blue #7AB0F3

Tints of Jordy Blue #7AB0F3

RGB

 RED value IS 122 (48.05% from 255) = 22.55%

 GREEN value IS 176 (69.14% from 255) = 32.53%

 BLUE value IS 243 (95.31% from 255) = 44.92%

R = 22.55%
G = 32.53%
B = 44.92%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7AB0F3 (or 0x7AB0F3) is known color: Jordy Blue. HEX triplet: 7A, B0 and F3. RGB value is (122,176,243). Sum of RGB (Red+Green+Blue) = 122+176+243=541 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.55% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #7AB0F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AB0F3 is #854F0C. Grayscale: #A7A7A7. Windows color (decimal): -8736525 or 15970426. OLE color: 15970426.

HSL color Cylindrical-coordinate representation of color #7AB0F3: hue angle of 213.22º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AB0F3 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 176 243 -
CMYK 0.50 0.28 0 0.05
HSL 213.22º 0.83% 0.72% -
HSV(B) 213.22º 0.5% 0.95% -
XYZ 39.73 41.66 90.74 -
YUV 167.49 170.61 95.55 -
System Red Green Blue C M Y K H S L
Decimal 122 176 243 0.50 0.28 0 0.05 213.22 0.83 0.72
Hex 7A B0 F3 32 1C 0 5 D5 53 48
Octal 172 260 363 62 34 0 5 325 123 110
Binary 1111010 10110000 11110011 110010 11100 0 101 11010101 1010011 1001000

Color Harmonies of #7AB0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB0F3

Black with #7AB0F3

Text Example


Text Example

White with #7AB0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,176,243); }

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

background-color css

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

 a { background-color: rgb(122,176,243); }

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

border-color css

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

 span { border-color: rgb(122,176,243); }

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