Html Css Color HEX #7FB0DC Jordy Blue

📋 copy color: '#7FB0DC'

red 127 ◦ green 176 ◦ blue 220

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

Shades of Jordy Blue #7FB0DC

Tints of Jordy Blue #7FB0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.07%

R = 24.28%
G = 33.65%
B = 42.07%

CMYK

 C value IS 0.42

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7FB0DC (or 0x7FB0DC) is known color: Jordy Blue. HEX triplet: 7F, B0 and DC. RGB value is (127,176,220). Sum of RGB (Red+Green+Blue) = 127+176+220=523 (69% of max value = 765). Red value is 127 (50% from 255 or 24.28% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FB0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FB0DC is #804F23. Grayscale: #A6A6A6. Windows color (decimal): -8408868 or 14463103. OLE color: 14463103.

HSL color Cylindrical-coordinate representation of color #7FB0DC: hue angle of 208.39º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FB0DC is Cyan = 0.42, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 176 220 -
CMYK 0.42 0.2 0 0.14
HSL 208.39º 0.57% 0.68% -
HSV(B) 208.39º 0.42% 0.86% -
XYZ 37.2 40.73 73.61 -
YUV 166.37 158.27 99.92 -
System Red Green Blue C M Y K H S L
Decimal 127 176 220 0.42 0.2 0 0.14 208.39 0.57 0.68
Hex 7F B0 DC 2A 14 0 E D0 39 44
Octal 177 260 334 52 24 0 16 320 71 104
Binary 1111111 10110000 11011100 101010 10100 0 1110 11010000 111001 1000100

Color Harmonies of #7FB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB0DC

Black with #7FB0DC

Text Example


Text Example

White with #7FB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,176,220); }

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

background-color css

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

 a { background-color: rgb(127,176,220); }

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

border-color css

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

 span { border-color: rgb(127,176,220); }

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