Html Css Color HEX #7FABF2 Jordy Blue

📋 copy color: '#7FABF2'

red 127 ◦ green 171 ◦ blue 242

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

Shades of Jordy Blue #7FABF2

Tints of Jordy Blue #7FABF2

RGB

 RED value IS 127 (50% from 255) = 23.52%

 GREEN value IS 171 (67.19% from 255) = 31.67%

 BLUE value IS 242 (94.92% from 255) = 44.81%

R = 23.52%
G = 31.67%
B = 44.81%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7FABF2 (or 0x7FABF2) is known color: Jordy Blue. HEX triplet: 7F, AB and F2. RGB value is (127,171,242). Sum of RGB (Red+Green+Blue) = 127+171+242=540 (71% of max value = 765). Red value is 127 (50% from 255 or 23.52% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #7FABF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FABF2 is #80540D. Grayscale: #A5A5A5. Windows color (decimal): -8410126 or 15903615. OLE color: 15903615.

HSL color Cylindrical-coordinate representation of color #7FABF2: hue angle of 217.04º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FABF2 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 171 242 -
CMYK 0.48 0.29 0 0.05
HSL 217.04º 0.82% 0.72% -
HSV(B) 217.04º 0.48% 0.95% -
XYZ 39.34 40.05 89.66 -
YUV 165.94 170.92 100.23 -
System Red Green Blue C M Y K H S L
Decimal 127 171 242 0.48 0.29 0 0.05 217.04 0.82 0.72
Hex 7F AB F2 30 1D 0 5 D9 52 48
Octal 177 253 362 60 35 0 5 331 122 110
Binary 1111111 10101011 11110010 110000 11101 0 101 11011001 1010010 1001000

Color Harmonies of #7FABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FABF2

Black with #7FABF2

Text Example


Text Example

White with #7FABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,171,242); }

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

background-color css

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

 a { background-color: rgb(127,171,242); }

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

border-color css

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

 span { border-color: rgb(127,171,242); }

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